Remove references to .org header file names.
authorUlf Möller <ulf@openssl.org>
Thu, 22 Apr 1999 20:10:06 +0000 (20:10 +0000)
committerUlf Möller <ulf@openssl.org>
Thu, 22 Apr 1999 20:10:06 +0000 (20:10 +0000)
12 files changed:
crypto/bf/bf_locl.h
crypto/bn/Makefile.ssl
crypto/bn/bn.h
crypto/des/Makefile.ssl
crypto/des/des.h
crypto/des/des_locl.h
crypto/idea/idea.h
crypto/md2/md2.h
crypto/pem/Makefile.ssl
crypto/pem/pem.h
crypto/rc2/rc2.h
crypto/rc4/rc4.h

index 418ff04fdeb35941a9ed2365f41d6d419ace0c14..c2b02439eca5f282abfbae71cf7e01ffd37e9dba 100644 (file)
@@ -1,4 +1,4 @@
-/* crypto/bf/bf_locl.org */
+/* crypto/bf/bf_locl.h */
 /* Copyright (C) 1995-1997 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index f863e0d56aea4917d0ce36a16931aa10a0334a94..663aa4dd517028ffebc59fdc0543a2c7bb772df4 100644 (file)
@@ -154,7 +154,6 @@ clean:
 errors: $(ERRC).c
 
 $(ERRC).c: $(ERR).err
-       $(PERL) $(TOP)/util/err-ins.pl $(ERR).err $(ERR).org # special case .org
        $(PERL) $(TOP)/util/err-ins.pl $(ERR).err $(ERR).h
        $(PERL) ../err/err_genc.pl -s $(ERR).h $(ERRC).c
 
index 136bf5556941ba2ee404c1a6b4af0df4d04f2327..bf176eb4773a08a04ff7bcdf1605dd73e8c2008f 100644 (file)
@@ -1,4 +1,4 @@
-/* crypto/bn/bn.org */
+/* crypto/bn/bn.h */
 /* Copyright (C) 1995-1997 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index 46be0c8f89c81adce01e2cd9b265eb0289ce034e..1626f496fa0b87180f9a99d25b67b5b1192010c4 100644 (file)
@@ -19,7 +19,7 @@ DES_ENC=      des_enc.o fcrypt_b.o
 
 CFLAGS= $(INCLUDES) $(CFLAG)
 
-GENERAL=Makefile des.org des_locl.org
+GENERAL=Makefile
 TEST=destest.c
 APPS=
 
index c9f67921d3604aec3436041e11911cd35a29d7d0..64c96138868ea2877e70f643f271206ea8f6dacf 100644 (file)
@@ -1,4 +1,4 @@
-/* crypto/des/des.org */
+/* crypto/des/des.h */
 /* Copyright (C) 1995-1997 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index d01c704244b696b3f1e2ead57daa4addb92ac08c..f94e9ff5d277eebcb2f242e7c3442e10d133abf7 100644 (file)
@@ -1,4 +1,4 @@
-/* crypto/des/des_locl.org */
+/* crypto/des/des_locl.h */
 /* Copyright (C) 1995-1997 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index 59a9fa36222325859ff812cc38031c8ab5e32477..41ace440d8aee0ea38484edb680cad0e4399c4d7 100644 (file)
@@ -1,4 +1,4 @@
-/* crypto/idea/idea.org */
+/* crypto/idea/idea.h */
 /* Copyright (C) 1995-1997 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index 1a0079fa270f0370f7ed817b3fed18f7943e319e..122e276d57c0a70ac0cfc37b20e184d075446697 100644 (file)
@@ -1,4 +1,4 @@
-/* crypto/md/md2.org */
+/* crypto/md/md2.h */
 /* Copyright (C) 1995-1997 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index decb2fe13ca891b1b63c9e365326904d49639455..4f90ffb79719dc61a0b0db08a7a8da5ee2c7407a 100644 (file)
@@ -80,7 +80,6 @@ clean:
 errors: $(ERRC).c
 
 $(ERRC).c: $(ERR).err
-       $(PERL) $(TOP)/util/err-ins.pl $(ERR).err $(ERR).org # SPECIAL CASE .org
        $(PERL) $(TOP)/util/err-ins.pl $(ERR).err $(ERR).h
        $(PERL) ../err/err_genc.pl -s $(ERR).h $(ERRC).c
 
index c85942a5c39242837fa30db6816b145932b95124..2c279c60ba34d628502237c16b6fc9b160b2a9fd 100644 (file)
@@ -1,4 +1,4 @@
-/* crypto/pem/pem.org */
+/* crypto/pem/pem.h */
 /* Copyright (C) 1995-1997 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index 507a89698ef5e2726d34dcc8a7b01d31dee4809b..2fc48f11fa7049763f1d076bea196a5c4490e7bb 100644 (file)
@@ -1,4 +1,4 @@
-/* crypto/rc2/rc2.org */
+/* crypto/rc2/rc2.h */
 /* Copyright (C) 1995-1997 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index 7dee7320a1b7b57967fe73920901a6f04b8f2105..a77898c1c8b482db17ac9b65348bd5c29ab59854 100644 (file)
@@ -1,4 +1,4 @@
-/* crypto/rc4/rc4.org */
+/* crypto/rc4/rc4.h */
 /* Copyright (C) 1995-1997 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *