aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBen Laurie <ben@openssl.org>2001-07-31 06:47:23 +0000
committerBen Laurie <ben@openssl.org>2001-07-31 06:47:23 +0000
commit05bbf78afd4cc10c776ad141749c13c25a2daa5e (patch)
treecec6b77b7758af8eeaef0576055eb164a13f7fef
parent99ecb90a99b7db629dd4cf28edc291d5ea14309d (diff)
downloadopenssl-05bbf78afd4cc10c776ad141749c13c25a2daa5e.tar.gz
Remove //.
-rw-r--r--crypto/evp/evp.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/evp/evp.h b/crypto/evp/evp.h
index 525e91bd07..3c5a2603c7 100644
--- a/crypto/evp/evp.h
+++ b/crypto/evp/evp.h
@@ -113,7 +113,7 @@
#ifndef OPENSSL_NO_AES
#include <openssl/rijndael.h>
#endif
-#endif // 0
+#endif /* 0 */
/*
#define EVP_RC2_KEY_SIZE 16
@@ -466,7 +466,7 @@ struct evp_cipher_ctx_st
struct session_op *dev_crypto;
#endif
} c;
-#endif // 0
+#endif /* 0 */
void *cipher_data; /* per EVP data */
int final_used;
int block_mask;