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:
abda7c1
)
Stupid typo
author
Richard Levitte
<levitte@openssl.org>
Sun, 17 May 2009 07:22:15 +0000
(07:22 +0000)
committer
Richard Levitte
<levitte@openssl.org>
Sun, 17 May 2009 07:22:15 +0000
(07:22 +0000)
crypto/crypto-lib.com
patch
|
blob
|
history
diff --git
a/crypto/crypto-lib.com
b/crypto/crypto-lib.com
index 4535b58c3f23ede7a4ec32bc6a6452bd3dc6ac7b..85ead42d431731064ff5683e22611e9856ac2c84 100644
(file)
--- a/
crypto/crypto-lib.com
+++ b/
crypto/crypto-lib.com
@@
-350,7
+350,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