]> granicus.if.org Git - openssl/commitdiff
Typo.
authorDr. Stephen Henson <steve@openssl.org>
Sun, 31 Mar 2013 16:42:46 +0000 (17:42 +0100)
committerDr. Stephen Henson <steve@openssl.org>
Sun, 31 Mar 2013 16:42:46 +0000 (17:42 +0100)
crypto/rsa/rsa_pmeth.c

index a59e2ee4c07fe2ee0c518b6529674e86153a2b92..2b185f0accfeaf1b07f57277dc5dc121194e8a60 100644 (file)
@@ -536,6 +536,8 @@ static int pkey_rsa_ctrl_str(EVP_PKEY_CTX *ctx,
                        pm = RSA_NO_PADDING;
                else if (!strcmp(value, "oeap"))
                        pm = RSA_PKCS1_OAEP_PADDING;
+               else if (!strcmp(value, "oaep"))
+                       pm = RSA_PKCS1_OAEP_PADDING;
                else if (!strcmp(value, "x931"))
                        pm = RSA_X931_PADDING;
                else if (!strcmp(value, "pss"))