提交 05bbf78a 编写于 作者: B Ben Laurie

Remove //.

上级 99ecb90a
...@@ -113,7 +113,7 @@ ...@@ -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 ...@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册