Have an underscore before <ARCH> to make sure any future architecture
name won't be mixed up with any crypto name. Missed the other spot.
This commit is contained in:
parent
be83c31cdd
commit
aaf45e6464
1 changed files with 1 additions and 1 deletions
|
@ -433,7 +433,7 @@ $!
|
|||
$! Copy All The ".H" Files From The [.CRYPTO] Directory Tree.
|
||||
$!
|
||||
$ SDIRS := ,-
|
||||
'ARCH',-
|
||||
_'ARCH',-
|
||||
OBJECTS,-
|
||||
MD2,MD4,MD5,SHA,MDC2,HMAC,RIPEMD,-
|
||||
DES,AES,RC2,RC4,RC5,IDEA,BF,CAST,CAMELLIA,SEED,-
|
||||
|
|
Loading…
Reference in a new issue