projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
db199ab
)
Since we're currently assuming VMS can deal with dynamic engines,
author
Richard Levitte
<levitte@openssl.org>
Mon, 4 Nov 2002 00:29:26 +0000
(
00:29
+0000)
committer
Richard Levitte
<levitte@openssl.org>
Mon, 4 Nov 2002 00:29:26 +0000
(
00:29
+0000)
don't include the static engine entry points in libcrypto.exe.
VMS/mkshared.com
patch
|
blob
|
history
diff --git
a/VMS/mkshared.com
b/VMS/mkshared.com
index afdc85bbe0837d2d825906907a4c7393b9f2765a..1356fb9dd7fa2403bfe29654d373576f83792c6e 100644
(file)
--- a/
VMS/mkshared.com
+++ b/
VMS/mkshared.com
@@
-285,6
+285,7
@@
$ if alg_entry .eqs. "" then goto loop2
$ if alg_entry .nes. ","
$ then
$ if alg_entry .eqs. "KRB5" then goto loop ! Special for now
+$ if alg_entry .eqs. "STATIC_ENGINE" then goto loop ! Special for now
$ if f$trnlnm("OPENSSL_NO_"+alg_entry) .nes. "" then goto loop
$ goto loop2
$ endif