Loading crypto/dsa/dsatest.c +1 −0 Original line number Diff line number Diff line Loading @@ -222,6 +222,7 @@ end: static int cb_exit(int ec) { EXIT(ec); return(0); /* To keep some compilers quiet */ } static void MS_CALLBACK dsa_cb(int p, int n, void *arg) Loading crypto/evp/evp_test.c +1 −0 Original line number Diff line number Diff line Loading @@ -126,6 +126,7 @@ static unsigned char *ustrsep(char **p,const char *sep) static int test1_exit(int ec) { EXIT(ec); return(0); /* To keep some compilers quiet */ } static void test1(const EVP_CIPHER *c,const unsigned char *key,int kn, Loading Loading
crypto/dsa/dsatest.c +1 −0 Original line number Diff line number Diff line Loading @@ -222,6 +222,7 @@ end: static int cb_exit(int ec) { EXIT(ec); return(0); /* To keep some compilers quiet */ } static void MS_CALLBACK dsa_cb(int p, int n, void *arg) Loading
crypto/evp/evp_test.c +1 −0 Original line number Diff line number Diff line Loading @@ -126,6 +126,7 @@ static unsigned char *ustrsep(char **p,const char *sep) static int test1_exit(int ec) { EXIT(ec); return(0); /* To keep some compilers quiet */ } static void test1(const EVP_CIPHER *c,const unsigned char *key,int kn, Loading