Vendor import of OpenSSL 0.9.8b

This commit is contained in:
Simon L. B. Nielsen
2006-07-29 19:10:21 +00:00
parent a37fa6607a
commit 3b4e3dcb9f
915 changed files with 99101 additions and 20765 deletions
+2 -2
View File
@@ -69,7 +69,7 @@
#undef PROG
#define PROG ciphers_main
static char *ciphers_usage[]={
static const char *ciphers_usage[]={
"usage: ciphers args\n",
" -v - verbose mode, a textual listing of the ciphers in SSLeay\n",
" -ssl2 - SSL2 mode\n",
@@ -84,7 +84,7 @@ int MAIN(int argc, char **argv)
{
int ret=1,i;
int verbose=0;
char **pp;
const char **pp;
const char *p;
int badops=0;
SSL_CTX *ctx=NULL;