BIO_write and BIO_read could, in theory, return -2.
[openssl.git] / util / mkdef.pl
index c2a8d9a07f5f85cadbc9d5901ceccec99d5ac98c..80384af325a31aaae5635f92b77e3457e30cc871 100755 (executable)
@@ -237,6 +237,7 @@ sub do_defs
                                $funcs{"sk_${1}_pop_free"} = 1;
                                $funcs{"sk_${1}_shift"} = 1;
                                $funcs{"sk_${1}_pop"} = 1;
+                               $funcs{"sk_${1}_sort"} = 1;
                        } elsif ($safe_stack_def &&
                                /^\s*DECLARE_ASN1_SET_OF\s*\(\s*(\w*)\s*\)/) {
                                $funcs{"d2i_ASN1_SET_OF_${1}"} = 1;