Remove references to .org header file names.
diff --git a/crypto/bf/bf_locl.h b/crypto/bf/bf_locl.h
index 418ff04..c2b0243 100644
--- a/crypto/bf/bf_locl.h
+++ b/crypto/bf/bf_locl.h
@@ -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.
  *
diff --git a/crypto/bn/Makefile.ssl b/crypto/bn/Makefile.ssl
index f863e0d..663aa4d 100644
--- a/crypto/bn/Makefile.ssl
+++ b/crypto/bn/Makefile.ssl
@@ -154,7 +154,6 @@
 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
 
diff --git a/crypto/bn/bn.h b/crypto/bn/bn.h
index 136bf55..bf176eb 100644
--- a/crypto/bn/bn.h
+++ b/crypto/bn/bn.h
@@ -1,4 +1,4 @@
-/* crypto/bn/bn.org */
+/* crypto/bn/bn.h */
 /* Copyright (C) 1995-1997 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/des/Makefile.ssl b/crypto/des/Makefile.ssl
index 46be0c8..1626f49 100644
--- a/crypto/des/Makefile.ssl
+++ b/crypto/des/Makefile.ssl
@@ -19,7 +19,7 @@
 
 CFLAGS= $(INCLUDES) $(CFLAG)
 
-GENERAL=Makefile des.org des_locl.org
+GENERAL=Makefile
 TEST=destest.c
 APPS=
 
diff --git a/crypto/des/des.h b/crypto/des/des.h
index c9f6792..64c9613 100644
--- a/crypto/des/des.h
+++ b/crypto/des/des.h
@@ -1,4 +1,4 @@
-/* crypto/des/des.org */
+/* crypto/des/des.h */
 /* Copyright (C) 1995-1997 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/des/des_locl.h b/crypto/des/des_locl.h
index d01c704..f94e9ff 100644
--- a/crypto/des/des_locl.h
+++ b/crypto/des/des_locl.h
@@ -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.
  *
diff --git a/crypto/idea/idea.h b/crypto/idea/idea.h
index 59a9fa3..41ace44 100644
--- a/crypto/idea/idea.h
+++ b/crypto/idea/idea.h
@@ -1,4 +1,4 @@
-/* crypto/idea/idea.org */
+/* crypto/idea/idea.h */
 /* Copyright (C) 1995-1997 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/md2/md2.h b/crypto/md2/md2.h
index 1a0079f..122e276 100644
--- a/crypto/md2/md2.h
+++ b/crypto/md2/md2.h
@@ -1,4 +1,4 @@
-/* crypto/md/md2.org */
+/* crypto/md/md2.h */
 /* Copyright (C) 1995-1997 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/pem/Makefile.ssl b/crypto/pem/Makefile.ssl
index decb2fe..4f90ffb 100644
--- a/crypto/pem/Makefile.ssl
+++ b/crypto/pem/Makefile.ssl
@@ -80,7 +80,6 @@
 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
 
diff --git a/crypto/pem/pem.h b/crypto/pem/pem.h
index c85942a..2c279c6 100644
--- a/crypto/pem/pem.h
+++ b/crypto/pem/pem.h
@@ -1,4 +1,4 @@
-/* crypto/pem/pem.org */
+/* crypto/pem/pem.h */
 /* Copyright (C) 1995-1997 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/rc2/rc2.h b/crypto/rc2/rc2.h
index 507a896..2fc48f1 100644
--- a/crypto/rc2/rc2.h
+++ b/crypto/rc2/rc2.h
@@ -1,4 +1,4 @@
-/* crypto/rc2/rc2.org */
+/* crypto/rc2/rc2.h */
 /* Copyright (C) 1995-1997 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/rc4/rc4.h b/crypto/rc4/rc4.h
index 7dee732..a77898c 100644
--- a/crypto/rc4/rc4.h
+++ b/crypto/rc4/rc4.h
@@ -1,4 +1,4 @@
-/* crypto/rc4/rc4.org */
+/* crypto/rc4/rc4.h */
 /* Copyright (C) 1995-1997 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *