artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e51d4db
)
Provide CRYPTO_INT for statically linking libcrypto for libssl regress
author
tb
<tb@openbsd.org>
Wed, 24 May 2023 08:49:06 +0000
(08:49 +0000)
committer
tb
<tb@openbsd.org>
Wed, 24 May 2023 08:49:06 +0000
(08:49 +0000)
This will be needed for the ssl_verify_param test
regress/lib/libssl/Makefile.inc
patch
|
blob
|
history
diff --git
a/regress/lib/libssl/Makefile.inc
b/regress/lib/libssl/Makefile.inc
index
a888084
..
cc8ad18
100644
(file)
--- a/
regress/lib/libssl/Makefile.inc
+++ b/
regress/lib/libssl/Makefile.inc
@@
-1,2
+1,4
@@
+# Use this variable when the test needs internal symbols from libcrypto
+CRYPTO_INT= -Wl,-Bstatic -lcrypto -Wl,-Bdynamic
# Use this variable when the test needs internal symbols from libssl
SSL_INT= -Wl,-Bstatic -lssl -Wl,-Bdynamic