diff options
Diffstat (limited to 'openssl')
-rw-r--r-- | openssl/README | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/openssl/README b/openssl/README index a407cfe7..4c65b6aa 100644 --- a/openssl/README +++ b/openssl/README @@ -333,3 +333,5 @@ int addr_cmp(int afi, ASN1_BIT_STRING *a, unsigned char fill_a, Problem is, this requires data not available in a sk_sort() handler. So I think we're stuck with the temporary stack approach. + +No, we can use a closure. |