commit | 0f90d7d2b59680f652ad62e3f05a21a77c291811 | [log] [tgz] |
---|---|---|
author | Paul Bakker <p.j.bakker@polarssl.org> | Wed Apr 30 11:49:44 2014 +0200 |
committer | Paul Bakker <p.j.bakker@polarssl.org> | Wed Apr 30 11:49:44 2014 +0200 |
tree | f57269cb35b8f5f83f3ad13c5b1431c907635d87 | |
parent | 8394684dd3590986602aba60337d33e4de16095b [diff] [blame] |
version_check_feature() added to check for compile-time options at run-time
diff --git a/library/Makefile b/library/Makefile index 251a682..e02a258 100644 --- a/library/Makefile +++ b/library/Makefile
@@ -57,7 +57,7 @@ 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 \