mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
Merge commit '84c5ff911f3f0557c8f97a964f74ceb01dd6d214'
* commit '84c5ff911f3f0557c8f97a964f74ceb01dd6d214': rtmpdh: Fix the indentation in a struct Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
commit
8939667b70
@ -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