commit | a7496f00ff09ea643b27c072379da66d1c75c493 | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Fri Sep 20 11:29:59 2013 +0200 |
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Fri Sep 20 11:29:59 2013 +0200 |
tree | 9773289aae708bebeacdd2c2e90b6969df83c72a | |
parent | 4fee79b88573fed74f60254982bdbfcfb2dfb2eb [diff] [blame] |
Fix a few more warnings in small configurations
diff --git a/programs/x509/cert_app.c b/programs/x509/cert_app.c index 6b03266..30906b1 100644 --- a/programs/x509/cert_app.c +++ b/programs/x509/cert_app.c
@@ -406,7 +406,9 @@ ssl_set_own_cert( &ssl, &clicert, &pkey ); +#if defined(POLARSSL_SSL_SERVER_NAME_INDICATION) ssl_set_hostname( &ssl, opt.server_name ); +#endif /* * 4. Handshake