Manual pages for EVP_Open* and EVP_Seal*
[openssl.git] / doc / crypto / DSA_set_method.pod
index c57ebb31466faae63298186142fd17355395030c..0b13ec9237c52c2ef8db403a9b499f7c4dc2c246 100644 (file)
@@ -3,7 +3,7 @@
 =head1 NAME
 
 DSA_set_default_method, DSA_get_default_method, DSA_set_method,
-DSA_new_method, DSA_OpenSSL - Select RSA method
+DSA_new_method, DSA_OpenSSL - select RSA method
 
 =head1 SYNOPSIS
 
@@ -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);