Commit 8939667b authored by Michael Niedermayer's avatar Michael Niedermayer

Merge commit '84c5ff91'

* commit '84c5ff91':
  rtmpdh: Fix the indentation in a struct
Merged-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parents f1049704 84c5ff91
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment