Remove NOPROTO definitions and error code comments.

This commit is contained in:
Ulf Möller
1999-04-26 16:43:10 +00:00
parent 47339f6179
commit a9be3af5ad
287 changed files with 6 additions and 4253 deletions

View File

@@ -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,