Commit a52a9029 authored by Rafaël Carré's avatar Rafaël Carré

contrib: gcrypt: enable rsa public key cipher

parent a169af98
......@@ -21,6 +21,6 @@ CONFIGURE_OPTS += --disable-asm
endif
.gcrypt: libgcrypt
#$(RECONF)
cd $< && $(HOSTVARS) ./configure $(HOSTCONF) --enable-ciphers=aes,des,rfc2268,arcfour --enable-digests=sha1,md5,rmd160 --enable-pubkey-ciphers=dsa $(CONFIGURE_OPTS)
cd $< && $(HOSTVARS) ./configure $(HOSTCONF) --enable-ciphers=aes,des,rfc2268,arcfour --enable-digests=sha1,md5,rmd160 --enable-pubkey-ciphers=dsa,rsa $(CONFIGURE_OPTS)
cd $< && $(MAKE) install
touch $@
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment