From: Dr. Stephen Henson Date: Tue, 22 Mar 2005 17:57:43 +0000 (+0000) Subject: Docs fix. X-Git-Tag: OpenSSL_0_9_7f~5 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=0c7ceb3748247b6bf1ecfbd3d28289f78a289089;p=oweals%2Fopenssl.git Docs fix. --- diff --git a/doc/crypto/EVP_SignInit.pod b/doc/crypto/EVP_SignInit.pod index b203c3a1c5..b6e62ce7f6 100644 --- a/doc/crypto/EVP_SignInit.pod +++ b/doc/crypto/EVP_SignInit.pod @@ -29,11 +29,10 @@ EVP_SignUpdate() hashes B bytes of data at B into the signature context B. This function can be called several times on the same B to include additional data. -EVP_SignFinal() signs the data in B using the private key B -and places the signature in B. If the B parameter is not NULL -then the number of bytes of data written (i.e. the length of the signature) -will be written to the integer at B, at most EVP_PKEY_size(pkey) bytes -will be written. +EVP_SignFinal() signs the data in B using the private key B and +places the signature in B. The number of bytes of data written (i.e. the +length of the signature) will be written to the integer at B, at most +EVP_PKEY_size(pkey) bytes will be written. EVP_SignInit() initializes a signing context B to use the default implementation of digest B.