Commit 84c5ff91 authored by Martin Storsjö's avatar Martin Storsjö

rtmpdh: Fix the indentation in a struct

Signed-off-by: 's avatarMartin Storsjö <martin@martin.st>
parent b08caa87
......@@ -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