doc/man3: reformat the function prototypes in the synopses
[openssl.git] / doc / man3 / EVP_DigestVerifyInit.pod
index c48b5593e5fe2cb504ab6b5c7985e6a693d31fc1..a1f0473958283b56196cfc09f3893bc6b2f4403f 100644 (file)
@@ -10,7 +10,7 @@ EVP_DigestVerify - EVP signature verification functions
  #include <openssl/evp.h>
 
  int EVP_DigestVerifyInit(EVP_MD_CTX *ctx, EVP_PKEY_CTX **pctx,
-                        const EVP_MD *type, ENGINE *e, EVP_PKEY *pkey);
+                          const EVP_MD *type, ENGINE *e, EVP_PKEY *pkey);
  int EVP_DigestVerifyUpdate(EVP_MD_CTX *ctx, const void *d, size_t cnt);
  int EVP_DigestVerifyFinal(EVP_MD_CTX *ctx, const unsigned char *sig,
                            size_t siglen);