Commit 169cc7a1 authored by Ulf Möller's avatar Ulf Möller
Browse files

Remove references to .org header file names.

parent 1a01cad3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
/* crypto/bf/bf_locl.org */
/* crypto/bf/bf_locl.h */
/* Copyright (C) 1995-1997 Eric Young (eay@cryptsoft.com)
 * All rights reserved.
 *
+0 −1
Original line number Diff line number Diff line
@@ -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 −1
Original line number Diff line number Diff line
/* crypto/bn/bn.org */
/* crypto/bn/bn.h */
/* Copyright (C) 1995-1997 Eric Young (eay@cryptsoft.com)
 * All rights reserved.
 *
+1 −1
Original line number Diff line number Diff line
@@ -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 −1
Original line number Diff line number Diff line
/* crypto/des/des.org */
/* crypto/des/des.h */
/* Copyright (C) 1995-1997 Eric Young (eay@cryptsoft.com)
 * All rights reserved.
 *
Loading