diff options
Diffstat (limited to 'src/common')
-rw-r--r-- | src/common/crypto.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/crypto.h b/src/common/crypto.h index 2061ec3e72..aedc51b844 100644 --- a/src/common/crypto.h +++ b/src/common/crypto.h @@ -299,3 +299,4 @@ struct dh_st *crypto_dh_get_dh_(crypto_dh_t *dh); void crypto_add_spaces_to_fp(char *out, size_t outlen, const char *in); #endif + |