]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Revert "polarssl: don't build empty objects"
authorPeter van Dijk <peter.van.dijk@netherlabs.nl>
Fri, 3 Oct 2014 07:19:24 +0000 (09:19 +0200)
committerPeter van Dijk <peter.van.dijk@netherlabs.nl>
Fri, 3 Oct 2014 07:19:24 +0000 (09:19 +0200)
This reverts commit c32f4f4f824029ae19bce5dece40ec73a6addd76.

We need padlock.c on i386; perhaps we need other files in other places as well.

pdns/ext/polarssl-1.3.2/library/Makefile.am

index e17208a4fe0ffff3a88f4b1195aa27baafa5c3ed..25fbd436227453a13f4044747bd2ec9308f31e81 100644 (file)
@@ -1,4 +1,4 @@
 noinst_LTLIBRARIES=libpolarssl.la
-libpolarssl_la_SOURCES=aes.c arc4.c asn1parse.c asn1write.c base64.c bignum.c blowfish.c camellia.c certs.c cipher.c cipher_wrap.c ctr_drbg.c debug.c des.c dhm.c ecdh.c ecdsa.c ecp.c entropy.c entropy_poll.c error.c gcm.c md5.c md.c md_wrap.c net.c oid.c pbkdf2.c pem.c pk.c pkcs12.c pkcs5.c pkparse.c pk_wrap.c pkwrite.c rsa.c sha1.c sha256.c sha512.c ssl_cache.c ssl_ciphersuites.c ssl_cli.c ssl_srv.c ssl_tls.c timing.c version.c x509.c x509_create.c x509_crl.c x509_crt.c x509_csr.c x509write_crt.c x509write_csr.c xtea.c
+libpolarssl_la_SOURCES=aes.c arc4.c asn1parse.c asn1write.c base64.c bignum.c blowfish.c camellia.c certs.c cipher.c cipher_wrap.c ctr_drbg.c debug.c des.c dhm.c ecdh.c ecdsa.c ecp.c entropy.c entropy_poll.c error.c gcm.c havege.c md2.c md4.c md5.c md.c md_wrap.c memory_buffer_alloc.c memory.c net.c oid.c padlock.c pbkdf2.c pem.c pk.c pkcs11.c pkcs12.c pkcs5.c pkparse.c pk_wrap.c pkwrite.c rsa.c sha1.c sha256.c sha512.c ssl_cache.c ssl_ciphersuites.c ssl_cli.c ssl_srv.c ssl_tls.c threading.c timing.c version.c x509.c x509_create.c x509_crl.c x509_crt.c x509_csr.c x509write_crt.c x509write_csr.c xtea.c
 
 libpolarssl_la_CPPFLAGS=-I$(srcdir)/../include -D_FILE_OFFSET_BITS=64 -Wall -W -Wdeclaration-after-statement