From: Dr. Stephen Henson Date: Fri, 2 Jun 2006 12:37:02 +0000 (+0000) Subject: Typo. X-Git-Tag: OpenSSL_0_9_8k^2~1278 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=5e428e7d0d53522e82a1eb6e418de8b7138e4cda;p=oweals%2Fopenssl.git Typo. --- diff --git a/crypto/evp/pmeth_lib.c b/crypto/evp/pmeth_lib.c index 6caf7955e4..94d04a9b9f 100644 --- a/crypto/evp/pmeth_lib.c +++ b/crypto/evp/pmeth_lib.c @@ -131,7 +131,7 @@ static EVP_PKEY_CTX *int_ctx_new(EVP_PKEY *pkey, ENGINE *e, int id) } /* If an ENGINE handled this method look it up. Othewise - * use internal table.S + * use internal tables. */ if (e)