X-Git-Url: https://gitweb.factorcode.org/gitweb.cgi?p=factor.git;a=blobdiff_plain;f=basis%2Fopenssl%2Flibcrypto%2Flibcrypto.factor;h=2a6d40035d6d92d9308c9844a0fe291ae4d7680f;hp=3e8252493bf7d7dd6ddf8673fe4c7b79d9974a7d;hb=943596575ad294c074dfa381b70af74dba5992b1;hpb=e738c7206c32bd9b76f3cee31e950835e1b1ee24 diff --git a/basis/openssl/libcrypto/libcrypto.factor b/basis/openssl/libcrypto/libcrypto.factor index 3e8252493b..2a6d40035d 100644 --- a/basis/openssl/libcrypto/libcrypto.factor +++ b/basis/openssl/libcrypto/libcrypto.factor @@ -48,11 +48,11 @@ STRUCT: bio { crypto-ex-data-stack void* } { crypto-ex-data-dummy int } ; -CONSTANT: BIO_NOCLOSE HEX: 00 -CONSTANT: BIO_CLOSE HEX: 01 +CONSTANT: BIO_NOCLOSE 0x00 +CONSTANT: BIO_CLOSE 0x01 -CONSTANT: RSA_3 HEX: 3 -CONSTANT: RSA_F4 HEX: 10001 +CONSTANT: RSA_3 0x3 +CONSTANT: RSA_F4 0x10001 CONSTANT: BIO_C_SET_SSL 109 CONSTANT: BIO_C_GET_SSL 110