]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - crypto/evp/e_ofb_r5.c
Beginnings of EVP cipher overhaul. This should eventually
[thirdparty/openssl.git] / crypto / evp / e_ofb_r5.c
index 30136824eb7d02a725455d26d465f9726e1d607a..205aaf9cd71362069924ea6b0c7e59fb67d44fee 100644 (file)
@@ -71,6 +71,7 @@ static EVP_CIPHER rc5_ofb_cipher=
        {
        NID_rc5_ofb64,
        1,EVP_RC5_32_12_16_KEY_SIZE,8,
+       EVP_CIPH_OFB_MODE,
        rc5_32_12_16_ofb_init_key,
        rc5_32_12_16_ofb_cipher,
        NULL,
@@ -78,6 +79,7 @@ static EVP_CIPHER rc5_ofb_cipher=
                sizeof((((EVP_CIPHER_CTX *)NULL)->c.rc5_ks)),
        EVP_CIPHER_set_asn1_iv,
        EVP_CIPHER_get_asn1_iv,
+       NULL
        };
 
 EVP_CIPHER *EVP_rc5_32_12_16_ofb(void)