rtmpdh: Fix the indentation in a struct
Signed-off-by: Martin Storsjö <martin@martin.st>
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user