diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2022-11-15 16:31:26 +0100 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2022-11-15 16:31:26 +0100 |
| commit | 27d85a737cfa3b6f78d0044fdc58dd848bb0b70e (patch) | |
| tree | 2674f62cf76076b4d36eb8e924d30b1c1a4208f3 /src | |
| parent | 277f54230425f976ad169bcf0ccc7e434b1a680b (diff) | |
| download | box64-27d85a737cfa3b6f78d0044fdc58dd848bb0b70e.tar.gz box64-27d85a737cfa3b6f78d0044fdc58dd848bb0b70e.zip | |
Added a few more wrapped function to libcrypto
Diffstat (limited to 'src')
| -rwxr-xr-x | src/wrapped/wrappedcrypto_private.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/wrapped/wrappedcrypto_private.h b/src/wrapped/wrappedcrypto_private.h index 8c2901f1..37ac8cc5 100755 --- a/src/wrapped/wrappedcrypto_private.h +++ b/src/wrapped/wrappedcrypto_private.h @@ -44,10 +44,10 @@ GO(AES_wrap_key, iFppppi) //GO(asn1_add_error, //GO(ASN1_add_oid_module, //GO(ASN1_BIT_STRING_check, -//GO(ASN1_BIT_STRING_free, +GO(ASN1_BIT_STRING_free, vFp) //GO(ASN1_BIT_STRING_get_bit, //GO(ASN1_BIT_STRING_name_print, -//GO(ASN1_BIT_STRING_new, +GO(ASN1_BIT_STRING_new, pFv) //GO(ASN1_BIT_STRING_num_asc, //GO(ASN1_BIT_STRING_set, //GO(ASN1_BIT_STRING_set_asc, @@ -98,9 +98,9 @@ GO(ASN1_ENUMERATED_to_BN, pFpp) //GO(ASN1_IA5STRING_new, //GO(ASN1_INTEGER_cmp, //GO(ASN1_INTEGER_dup, -//GO(ASN1_INTEGER_free, +GO(ASN1_INTEGER_free, vFp) GO(ASN1_INTEGER_get, lFp) -//GO(ASN1_INTEGER_new, +GO(ASN1_INTEGER_new, pFv) GO(ASN1_INTEGER_set, iFpl) GO(ASN1_INTEGER_to_BN, pFpp) //GO(ASN1_item_d2i, |