Two new functions to write out PKCS#8 private keys. Also fixes for some of
[openssl.git] / crypto / evp / e_cbc_r5.c
index b9418b551e894dd510e3300319ec7e6a05e6421c..cea3fe333ad3342a6ca330ad481b12ca4aabc789 100644 (file)
 #include <openssl/evp.h>
 #include <openssl/objects.h>
 
-#ifndef NOPROTO
 static void r_32_12_16_cbc_init_key(EVP_CIPHER_CTX *ctx, unsigned char *key,
        unsigned char *iv,int enc);
 static void r_32_12_16_cbc_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out,
        unsigned char *in, unsigned int inl);
-#else
-static void r_32_12_16_cbc_init_key();
-static void r_32_12_16_cbc_cipher();
-#endif
-
 static EVP_CIPHER rc5_32_12_16_cbc_cipher=
        {
        NID_rc5_cbc,