oops, not yet ;-)

This commit is contained in:
Dr. Stephen Henson
2012-04-23 21:58:29 +00:00
parent 579d553464
commit ce33b42bc6
8 changed files with 25 additions and 97 deletions

View File

@@ -285,19 +285,6 @@ int set_cert_key_stuff(SSL_CTX *ctx, X509 *cert, EVP_PKEY *key,
return 1;
}
typedef struct
{
X509 *cert;
EVP_PKEY *key;
STACK_OF(X509) *chain;
struct ssl_excert_st *next;
} SSL_EXCERT;
static int set_cert_cb(SSL *ssl, void *arg)
{
return 1;
}
int ssl_print_sigalgs(BIO *out, SSL *s)
{
int i, nsig;