Remove NOPROTO definitions and error code comments.
[openssl.git] / apps / sc.c
index e6da658f06342eede973613ac138ac2a4cf0b52e..d1b6af6787be5e46d6853d3bf5106fb2f15b70e3 100644 (file)
--- a/apps/sc.c
+++ b/apps/sc.c
@@ -99,14 +99,8 @@ static int c_nbio=0;
 static int c_Pause=0;
 static int c_debug=0;
 
-#ifndef NOPROTO
 static void sc_usage(void);
 static void print_stuff(BIO *berr,SSL *con,int full);
-#else
-static void sc_usage();
-static void print_stuff();
-#endif
-
 static BIO *bio_c_out=NULL;
 static int c_quiet=0;