aboutsummaryrefslogtreecommitdiffstats
path: root/ossl_cipher.c
diff options
context:
space:
mode:
authorMichal Rokos <m.rokos@sh.cvut.cz>2002-01-10 19:32:01 +0000
committerMichal Rokos <m.rokos@sh.cvut.cz>2002-01-10 19:32:01 +0000
commit122bbe51a8d137fdc1cb16e762bf516c2a9255cb (patch)
treed02b4c7da6ff6163f1b4b6b93e5e887b0014c0a0 /ossl_cipher.c
parent6dfe210e0c550953aff89b3fe7f05f35fdda8263 (diff)
downloadruby-openssl-history-122bbe51a8d137fdc1cb16e762bf516c2a9255cb.tar.gz
* fixed and improved verify_callbacks in ossl_(ssl|x509store).c
* enhanced ossl_x509store.rb examples
Diffstat (limited to 'ossl_cipher.c')
-rw-r--r--ossl_cipher.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/ossl_cipher.c b/ossl_cipher.c
index e02e644..94685fb 100644
--- a/ossl_cipher.c
+++ b/ossl_cipher.c
@@ -26,11 +26,11 @@
#define CBC 0x8000
#define EDE 0x0001
#define EDE3 0x0002
-#define BIT40 0x0028 /*40*/
-#define BIT64 0x0040 /*64*/
-#define BIT128 0x0080 /*128*/
-#define BIT192 0x00C0 /*192*/
-#define BIT256 0x0100 /*256*/
+#define BIT40 0x0028 /*== 40*/
+#define BIT64 0x0040 /*== 64*/
+#define BIT128 0x0080 /*== 128*/
+#define BIT192 0x00C0 /*== 192*/
+#define BIT256 0x0100 /*== 256*/
/*
* Classes