Traditional Yuletide commit ;-)
[openssl.git] / crypto / evp / evp_lib.c
index b92a6626fa41008bb5fb3c6e3d088a5b3c720097..218af7166e75d13030b9b553848efd9bcbcd4d16 100644 (file)
@@ -159,6 +159,12 @@ int EVP_CIPHER_type(const EVP_CIPHER *ctx)
 
                return NID_des_cfb64;
 
+               case NID_des_ede3_cfb64:
+               case NID_des_ede3_cfb8:
+               case NID_des_ede3_cfb1:
+
+               return NID_des_cfb64;
+
                default:
                /* Check it has an OID and it is valid */
                otmp = OBJ_nid2obj(nid);