summaryrefslogtreecommitdiffstats
path: root/thirdparties/common/include/openssl/dsa.h
diff options
context:
space:
mode:
Diffstat (limited to 'thirdparties/common/include/openssl/dsa.h')
-rw-r--r--[-rwxr-xr-x]thirdparties/common/include/openssl/dsa.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/thirdparties/common/include/openssl/dsa.h b/thirdparties/common/include/openssl/dsa.h
index af8d8d2..545358f 100755..100644
--- a/thirdparties/common/include/openssl/dsa.h
+++ b/thirdparties/common/include/openssl/dsa.h
@@ -206,7 +206,7 @@ void DSA_free(DSA *r);
/* "up" the DSA object's reference count */
int DSA_up_ref(DSA *r);
int DSA_size(const DSA *);
-/* next 4 return -1 on error */
+ /* next 4 return -1 on error */
int DSA_sign_setup(DSA *dsa, BN_CTX *ctx_in, BIGNUM **kinvp, BIGNUM **rp);
int DSA_sign(int type, const unsigned char *dgst, int dlen,
unsigned char *sig, unsigned int *siglen, DSA *dsa);
@@ -226,7 +226,7 @@ DSA *d2i_DSAparams(DSA **a, const unsigned char **pp, long length);
DSA *DSA_generate_parameters(int bits,
unsigned char *seed, int seed_len,
int *counter_ret, unsigned long *h_ret, void
- (*callback) (int, int, void *), void *cb_arg);
+ (*callback) (int, int, void *), void *cb_arg);
# endif /* !defined(OPENSSL_NO_DEPRECATED) */
/* New version */
OpenPOWER on IntegriCloud