mirror of
https://github.com/openssl/openssl.git
synced 2024-11-21 01:15:20 +08:00
Remove references to .org header file names.
This commit is contained in:
parent
1a01cad3ae
commit
169cc7a112
@ -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.
|
||||
*
|
||||
|
@ -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
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* crypto/bn/bn.org */
|
||||
/* crypto/bn/bn.h */
|
||||
/* Copyright (C) 1995-1997 Eric Young (eay@cryptsoft.com)
|
||||
* All rights reserved.
|
||||
*
|
||||
|
@ -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=
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* crypto/des/des.org */
|
||||
/* crypto/des/des.h */
|
||||
/* Copyright (C) 1995-1997 Eric Young (eay@cryptsoft.com)
|
||||
* All rights reserved.
|
||||
*
|
||||
|
@ -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.
|
||||
*
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* crypto/idea/idea.org */
|
||||
/* crypto/idea/idea.h */
|
||||
/* Copyright (C) 1995-1997 Eric Young (eay@cryptsoft.com)
|
||||
* All rights reserved.
|
||||
*
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* crypto/md/md2.org */
|
||||
/* crypto/md/md2.h */
|
||||
/* Copyright (C) 1995-1997 Eric Young (eay@cryptsoft.com)
|
||||
* All rights reserved.
|
||||
*
|
||||
|
@ -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
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* crypto/pem/pem.org */
|
||||
/* crypto/pem/pem.h */
|
||||
/* Copyright (C) 1995-1997 Eric Young (eay@cryptsoft.com)
|
||||
* All rights reserved.
|
||||
*
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* crypto/rc2/rc2.org */
|
||||
/* crypto/rc2/rc2.h */
|
||||
/* Copyright (C) 1995-1997 Eric Young (eay@cryptsoft.com)
|
||||
* All rights reserved.
|
||||
*
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* crypto/rc4/rc4.org */
|
||||
/* crypto/rc4/rc4.h */
|
||||
/* Copyright (C) 1995-1997 Eric Young (eay@cryptsoft.com)
|
||||
* All rights reserved.
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user