Remove NOPROTO definitions and error code comments.
This commit is contained in:
@@ -63,16 +63,10 @@
|
||||
#include <openssl/evp.h>
|
||||
#include <openssl/objects.h>
|
||||
|
||||
#ifndef NOPROTO
|
||||
static void rc5_32_12_16_ecb_init_key(EVP_CIPHER_CTX *ctx, unsigned char *key,
|
||||
unsigned char *iv,int enc);
|
||||
static void rc5_32_12_16_ecb_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out,
|
||||
unsigned char *in, unsigned int inl);
|
||||
#else
|
||||
static void rc5_32_12_16_ecb_init_key();
|
||||
static void rc5_32_12_16_ecb_cipher();
|
||||
#endif
|
||||
|
||||
static EVP_CIPHER rc5_ecb_cipher=
|
||||
{
|
||||
NID_rc5_ecb,
|
||||
|
||||
Reference in New Issue
Block a user