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:
481547f
)
Stupid typo
author
Richard Levitte
<levitte@openssl.org>
Sun, 17 May 2009 07:22:11 +0000
(07:22 +0000)
committer
Richard Levitte
<levitte@openssl.org>
Sun, 17 May 2009 07:22:11 +0000
(07:22 +0000)
crypto/crypto-lib.com
patch
|
blob
|
history
diff --git
a/crypto/crypto-lib.com
b/crypto/crypto-lib.com
index 1f86890a63649ce4e403a281793b0b0bc88cc66d..92d9a5e7a3f06a416de06bca9a2ddac6dded3646 100644
(file)
--- a/
crypto/crypto-lib.com
+++ b/
crypto/crypto-lib.com
@@
-351,7
+351,7
@@
$ IF (F$EXTRACT(0,5,MODULE_NAME).EQS."ASN1_")
$ THEN
$ MODULE_NAME = "ASN1"
$ ENDIF
-$ IF (F$EXTRACT(0,
5
,MODULE_NAME).EQS."EVP_")
+$ IF (F$EXTRACT(0,
4
,MODULE_NAME).EQS."EVP_")
$ THEN
$ MODULE_NAME = "EVP"
$ ENDIF