Skip to content

Commit 17cb75c

Browse files
authored
x.crypto.slhdsa: add support on OpenBSD using OpenSSL 3.5 (#25996)
1 parent 4652e4d commit 17cb75c

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

‎vlib/x/crypto/slhdsa/slhdsa.c.v‎

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ module slhdsa
2222
#flag darwin -I/usr/local/opt/openssl/include
2323
#flag darwin -L/usr/local/opt/openssl/lib
2424

25+
#flag openbsd -I/usr/local/include/eopenssl35
26+
#flag openbsd -L/usr/local/lib/eopenssl35 -Wl,-rpath,/usr/local/lib/eopenssl35
27+
2528
#include <openssl/obj_mac.h>
2629
#include <openssl/evp.h>
2730
#include <openssl/bio.h>

0 commit comments

Comments
 (0)