summaryrefslogtreecommitdiffstats
path: root/doc/crypto/DSA_set_method.pod
diff options
context:
space:
mode:
authorUlf Möller <ulf@openssl.org>2000-01-30 22:16:47 +0000
committerUlf Möller <ulf@openssl.org>2000-01-30 22:16:47 +0000
commit74235cc9ec3123ee7f51211ea054632ca0cf7c91 (patch)
tree6a7ca2fe3814d00dd127a3170e40242ac7364e69 /doc/crypto/DSA_set_method.pod
parentda0fc5bf0f25ee488838845a66f47b444f8c7b70 (diff)
Update docs: corrections, turn buffer docs into manpage, fold SHA1
pages into one for improved readability, add lhash manpage
Diffstat (limited to 'doc/crypto/DSA_set_method.pod')
-rw-r--r--doc/crypto/DSA_set_method.pod8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/crypto/DSA_set_method.pod b/doc/crypto/DSA_set_method.pod
index c57ebb3146..94b4d4c631 100644
--- a/doc/crypto/DSA_set_method.pod
+++ b/doc/crypto/DSA_set_method.pod
@@ -48,7 +48,7 @@ the default method is used.
struct
{
/* name of the implementation */
- const char *name;
+ const char *name;
/* sign */
DSA_SIG *(*dsa_do_sign)(const unsigned char *dgst, int dlen,
@@ -68,9 +68,9 @@ struct
BN_CTX *ctx, BN_MONT_CTX *in_mont);
/* compute r = a ^ p mod m. May be NULL */
- int (*bn_mod_exp)(DSA *dsa, BIGNUM *r, BIGNUM *a, const BIGNUM *p,
- const BIGNUM *m, BN_CTX *ctx,
- BN_MONT_CTX *m_ctx);
+ int (*bn_mod_exp)(DSA *dsa, BIGNUM *r, BIGNUM *a,
+ const BIGNUM *p, const BIGNUM *m,
+ BN_CTX *ctx, BN_MONT_CTX *m_ctx);
/* called at DSA_new */
int (*init)(DSA *DSA);