mirror of https://git.ffmpeg.org/ffmpeg.git
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
|
#endif
|
||||||
|
|
||||||
typedef struct FF_DH {
|
typedef struct FF_DH {
|
||||||
FFBigNum p;
|
FFBigNum p;
|
||||||
FFBigNum g;
|
FFBigNum g;
|
||||||
FFBigNum pub_key;
|
FFBigNum pub_key;
|
||||||
FFBigNum priv_key;
|
FFBigNum priv_key;
|
||||||
long length;
|
long length;
|
||||||
} FF_DH;
|
} FF_DH;
|
||||||
|
|
||||||
#elif CONFIG_OPENSSL
|
#elif CONFIG_OPENSSL
|
||||||
|
|
Loading…
Reference in New Issue