Remove //.

This commit is contained in:
Ben Laurie 2001-07-31 06:47:23 +00:00
parent 99ecb90a99
commit 05bbf78afd

View File

@ -113,7 +113,7 @@
#ifndef OPENSSL_NO_AES #ifndef OPENSSL_NO_AES
#include <openssl/rijndael.h> #include <openssl/rijndael.h>
#endif #endif
#endif // 0 #endif /* 0 */
/* /*
#define EVP_RC2_KEY_SIZE 16 #define EVP_RC2_KEY_SIZE 16
@ -466,7 +466,7 @@ struct evp_cipher_ctx_st
struct session_op *dev_crypto; struct session_op *dev_crypto;
#endif #endif
} c; } c;
#endif // 0 #endif /* 0 */
void *cipher_data; /* per EVP data */ void *cipher_data; /* per EVP data */
int final_used; int final_used;
int block_mask; int block_mask;