]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Have an underscore before <ARCH> to make sure any future architecture
authorRichard Levitte <levitte@openssl.org>
Thu, 25 Mar 2010 16:25:42 +0000 (16:25 +0000)
committerRichard Levitte <levitte@openssl.org>
Thu, 25 Mar 2010 16:25:42 +0000 (16:25 +0000)
name won't be mixed up with any crypto name.
Missed the other spot.

makevms.com

index c07c30f396839479a063bc45b8130b2882bda6a0..04d559fef2ac2f008f929a453b479d0d5c32f1db 100755 (executable)
@@ -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,-