Skip to content
Snippets Groups Projects
Commit d65cf090 authored by A. Klitzing's avatar A. Klitzing Committed by Natanael Copa
Browse files

main/openssl: enable psk

parent cf74e567
No related branches found
No related tags found
No related merge requests found
...@@ -56,7 +56,7 @@ build() { ...@@ -56,7 +56,7 @@ build() {
--openssldir=/etc/ssl \ --openssldir=/etc/ssl \
shared no-zlib $_optflags \ shared no-zlib $_optflags \
no-async no-comp no-idea no-mdc2 no-rc5 no-ec2m \ no-async no-comp no-idea no-mdc2 no-rc5 no-ec2m \
no-sm2 no-sm4 no-ssl2 no-ssl3 no-seed no-psk \ no-sm2 no-sm4 no-ssl2 no-ssl3 no-seed \
no-weak-ssl-ciphers \ no-weak-ssl-ciphers \
$CPPFLAGS $CFLAGS $LDFLAGS -Wa,--noexecstack $CPPFLAGS $CFLAGS $LDFLAGS -Wa,--noexecstack
make make
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment