mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-02 21:12:12 +00:00
rtmpdh: Fix the indentation in a struct
Signed-off-by: Martin Storsjö <martin@martin.st>
This commit is contained in:
parent
b08caa87c3
commit
84c5ff911f
@ -38,11 +38,11 @@ typedef gcry_mpi_t FFBigNum;
|
||||
#endif
|
||||
|
||||
typedef struct FF_DH {
|
||||
FFBigNum p;
|
||||
FFBigNum g;
|
||||
FFBigNum pub_key;
|
||||
FFBigNum priv_key;
|
||||
long length;
|
||||
FFBigNum p;
|
||||
FFBigNum g;
|
||||
FFBigNum pub_key;
|
||||
FFBigNum priv_key;
|
||||
long length;
|
||||
} FF_DH;
|
||||
|
||||
#elif CONFIG_OPENSSL
|
||||
|
Loading…
Reference in New Issue
Block a user