new command line option -stdname to ciphers utility

This commit is contained in:
Dr. Stephen Henson
2012-11-16 00:35:46 +00:00
parent 8ab92fc646
commit 51b9115b6d
3 changed files with 24 additions and 1 deletions

View File

@@ -2269,6 +2269,7 @@ int SSL_is_server(SSL *s);
#ifndef OPENSSL_NO_SSL_TRACE
void SSL_trace(int write_p, int version, int content_type,
const void *buf, size_t len, SSL *ssl, void *arg);
const char *SSL_CIPHER_standard_name(const SSL_CIPHER *c);
#endif
/* BEGIN ERROR CODES */