Fix for EVP_PBE_alg_add().
authorDr. Stephen Henson <steve@openssl.org>
Fri, 27 Jun 2014 21:56:37 +0000 (22:56 +0100)
committerDr. Stephen Henson <steve@openssl.org>
Fri, 27 Jun 2014 22:19:37 +0000 (23:19 +0100)
commitd0ba994483a1e8c57fac5f6149004d58628ca44e
tree7446b9ff455b8fdaea21f6c12ac17d4c557d938a
parent52f856526c46ee80ef4c8c37844f084423a3eff7
Fix for EVP_PBE_alg_add().

In EVP_PBE_alg_add don't use the underlying NID for the cipher
as it may have a non-standard key size.

PR#3206
(cherry picked from commit efb7caef637a1de8468ca109efd355a9d0e73a45)
crypto/evp/evp_pbe.c