summaryrefslogtreecommitdiffstats
path: root/thirdparties/common/include/openssl/srp.h
diff options
context:
space:
mode:
Diffstat (limited to 'thirdparties/common/include/openssl/srp.h')
-rwxr-xr-xthirdparties/common/include/openssl/srp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/thirdparties/common/include/openssl/srp.h b/thirdparties/common/include/openssl/srp.h
index d072536..ae363d4 100755
--- a/thirdparties/common/include/openssl/srp.h
+++ b/thirdparties/common/include/openssl/srp.h
@@ -95,7 +95,7 @@ DECLARE_STACK_OF(SRP_user_pwd)
typedef struct SRP_VBASE_st {
STACK_OF(SRP_user_pwd) *users_pwd;
STACK_OF(SRP_gN_cache) *gN_cache;
-/* to simulate a user */
+ /* to simulate a user */
char *seed_key;
BIGNUM *default_g;
BIGNUM *default_N;
OpenPOWER on IntegriCloud