version_check_feature() added to check for compile-time options at run-time

This commit is contained in:
Paul Bakker 2014-04-30 11:49:44 +02:00
parent 8394684dd3
commit 0f90d7d2b5
11 changed files with 726 additions and 4 deletions

View file

@ -57,7 +57,7 @@ OBJS= aes.o aesni.o arc4.o \
sha512.o ssl_cache.o ssl_cli.o \
ssl_srv.o ssl_ciphersuites.o \
ssl_tls.o threading.o timing.o \
version.o \
version.o version_features.o \
x509.o x509_create.o \
x509_crl.o x509_crt.o x509_csr.o \
x509write_crt.o x509write_csr.o \