#include <stdio.h>#include <stdlib.h>#include <string.h>#include "apps.h"#include <openssl/err.h>#include <openssl/ssl.h>Go to the source code of this file.
Defines | |
| #define | PROG ciphers_main |
Functions | |
| int | MAIN (int, char **) |
Variables | |
| static const char * | ciphers_usage [] |
|
|
|
|
||||||||||||
|
|
|
|
Initial value: {
"usage: ciphers args\n",
" -v - verbose mode, a textual listing of the ciphers in SSLeay\n",
" -ssl2 - SSL2 mode\n",
" -ssl3 - SSL3 mode\n",
" -tls1 - TLS1 mode\n",
NULL
}
|