remove a comment that shouldn't have been there any more
[openssl.git] / crypto / stack / stack.c
index b3e32a759747dc921cb6e684ef0c541adbb81761..02857f044664bf4ee34c21a6514855f9ee1ec718 100644 (file)
@@ -109,6 +109,11 @@ err:
        return(NULL);
        }
 
+STACK *sk_new_null(void)
+       {
+       return sk_new((int (*)(const char * const *, const char * const *))0);
+       }
+
 STACK *sk_new(int (*c)(const char * const *, const char * const *))
        {
        STACK *ret;