X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=apps%2Fsc.c;h=d1b6af6787be5e46d6853d3bf5106fb2f15b70e3;hb=ddeee82c6333f27cb85940b271c3cc4d2e940717;hp=816040d28ae099870234360ca6c264704802039f;hpb=6b691a5c85ddc4e407e32781841fee5c029506cd;p=oweals%2Fopenssl.git diff --git a/apps/sc.c b/apps/sc.c index 816040d28a..d1b6af6787 100644 --- a/apps/sc.c +++ b/apps/sc.c @@ -64,10 +64,10 @@ #define APPS_WIN16 #endif #include "apps.h" -#include "x509.h" -#include "ssl.h" -#include "err.h" -#include "pem.h" +#include +#include +#include +#include #include "s_apps.h" #ifdef WINDOWS @@ -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;