Remove NOPROTO definitions and error code comments.
[openssl.git] / crypto / stack / stack.c
index 5cd28e1f18383780f5a08247c3df9ec5cddb4465..242337a391f30cdb67ba328a0f62ae8789089196 100644 (file)
 
 const char *STACK_version="Stack" OPENSSL_VERSION_PTEXT;
 
-#ifndef NOPROTO
 #define        FP_ICC  (int (*)(const void *,const void *))
-#else
-#define FP_ICC
-#endif
-
 #include <errno.h>
 
 int (*sk_set_cmp_func(STACK *sk, int (*c)()))(void)