summaryrefslogtreecommitdiff
path: root/crypto
diff options
context:
space:
mode:
authorsteve <steve>2006-02-04 01:45:19 +0000
committersteve <steve>2006-02-04 01:45:19 +0000
commita543ce706ef20ca14c4630ded824d07230858bb8 (patch)
tree7a742d8c465f9b475301c59053af53177d6c3bfa /crypto
parent457a1f5c2ae19cbd4011f04d827a2a03e2c32e65 (diff)
downloadopenssl-a543ce706ef20ca14c4630ded824d07230858bb8.tar.gz
Update filenames in makefiles.
Diffstat (limited to 'crypto')
-rw-r--r--crypto/Makefile2
-rw-r--r--crypto/asn1/Makefile2
-rw-r--r--crypto/bf/Makefile2
-rw-r--r--crypto/bio/Makefile2
-rw-r--r--crypto/bn/Makefile2
-rw-r--r--crypto/buffer/Makefile2
-rw-r--r--crypto/cast/Makefile2
-rw-r--r--crypto/comp/Makefile2
-rw-r--r--crypto/conf/Makefile2
-rw-r--r--crypto/des/Makefile2
-rw-r--r--crypto/dh/Makefile2
-rw-r--r--crypto/dsa/Makefile2
-rw-r--r--crypto/dso/Makefile2
-rw-r--r--crypto/err/Makefile2
-rw-r--r--crypto/evp/Makefile2
-rw-r--r--crypto/hmac/Makefile2
-rw-r--r--crypto/idea/Makefile2
-rw-r--r--crypto/lhash/Makefile2
-rw-r--r--crypto/md2/Makefile2
-rw-r--r--crypto/md4/Makefile2
-rw-r--r--crypto/md5/Makefile2
-rw-r--r--crypto/mdc2/Makefile2
-rw-r--r--crypto/objects/Makefile2
-rw-r--r--crypto/pem/Makefile2
-rw-r--r--crypto/pkcs12/Makefile2
-rw-r--r--crypto/pkcs7/Makefile2
-rw-r--r--crypto/pqueue/Makefile2
-rw-r--r--crypto/rand/Makefile2
-rw-r--r--crypto/rc2/Makefile2
-rw-r--r--crypto/rc4/Makefile2
-rw-r--r--crypto/rc5/Makefile2
-rw-r--r--crypto/ripemd/Makefile2
-rw-r--r--crypto/rsa/Makefile2
-rw-r--r--crypto/sha/Makefile2
-rw-r--r--crypto/stack/Makefile2
-rw-r--r--crypto/txt_db/Makefile2
-rw-r--r--crypto/x509/Makefile2
-rw-r--r--crypto/x509v3/Makefile2
38 files changed, 38 insertions, 38 deletions
diff --git a/crypto/Makefile b/crypto/Makefile
index c7f1c29e8..c9e90d393 100644
--- a/crypto/Makefile
+++ b/crypto/Makefile
@@ -1,5 +1,5 @@
#
-# SSLeay/crypto/Makefile
+# OpenSSL/crypto/Makefile
#
DIR= crypto
diff --git a/crypto/asn1/Makefile b/crypto/asn1/Makefile
index f4790fbbd..506e62de5 100644
--- a/crypto/asn1/Makefile
+++ b/crypto/asn1/Makefile
@@ -1,5 +1,5 @@
#
-# SSLeay/crypto/asn1/Makefile
+# OpenSSL/crypto/asn1/Makefile
#
DIR= asn1
diff --git a/crypto/bf/Makefile b/crypto/bf/Makefile
index 81e4b7cd8..8441954a8 100644
--- a/crypto/bf/Makefile
+++ b/crypto/bf/Makefile
@@ -1,5 +1,5 @@
#
-# SSLeay/crypto/blowfish/Makefile
+# OpenSSL/crypto/blowfish/Makefile
#
DIR= bf
diff --git a/crypto/bio/Makefile b/crypto/bio/Makefile
index fdbce02f8..1ef6c2fb9 100644
--- a/crypto/bio/Makefile
+++ b/crypto/bio/Makefile
@@ -1,5 +1,5 @@
#
-# SSLeay/crypto/bio/Makefile
+# OpenSSL/crypto/bio/Makefile
#
DIR= bio
diff --git a/crypto/bn/Makefile b/crypto/bn/Makefile
index c356b395b..39c45f793 100644
--- a/crypto/bn/Makefile
+++ b/crypto/bn/Makefile
@@ -1,5 +1,5 @@
#
-# SSLeay/crypto/bn/Makefile
+# OpenSSL/crypto/bn/Makefile
#
DIR= bn
diff --git a/crypto/buffer/Makefile b/crypto/buffer/Makefile
index 82ca587e4..9f3a88d2d 100644
--- a/crypto/buffer/Makefile
+++ b/crypto/buffer/Makefile
@@ -1,5 +1,5 @@
#
-# SSLeay/crypto/buffer/Makefile
+# OpenSSL/crypto/buffer/Makefile
#
DIR= buffer
diff --git a/crypto/cast/Makefile b/crypto/cast/Makefile
index db0d04c4d..149956ee9 100644
--- a/crypto/cast/Makefile
+++ b/crypto/cast/Makefile
@@ -1,5 +1,5 @@
#
-# SSLeay/crypto/cast/Makefile
+# OpenSSL/crypto/cast/Makefile
#
DIR= cast
diff --git a/crypto/comp/Makefile b/crypto/comp/Makefile
index 2ebae6c47..efda832dc 100644
--- a/crypto/comp/Makefile
+++ b/crypto/comp/Makefile
@@ -1,5 +1,5 @@
#
-# SSLeay/crypto/comp/Makefile
+# OpenSSL/crypto/comp/Makefile
#
DIR= comp
diff --git a/crypto/conf/Makefile b/crypto/conf/Makefile
index 31897bfa3..78bb32410 100644
--- a/crypto/conf/Makefile
+++ b/crypto/conf/Makefile
@@ -1,5 +1,5 @@
#
-# SSLeay/crypto/conf/Makefile
+# OpenSSL/crypto/conf/Makefile
#
DIR= conf
diff --git a/crypto/des/Makefile b/crypto/des/Makefile
index e5ebb85a0..38409ca6d 100644
--- a/crypto/des/Makefile
+++ b/crypto/des/Makefile
@@ -1,5 +1,5 @@
#
-# SSLeay/crypto/des/Makefile
+# OpenSSL/crypto/des/Makefile
#
DIR= des
diff --git a/crypto/dh/Makefile b/crypto/dh/Makefile
index 87a52ed7b..d368e33b4 100644
--- a/crypto/dh/Makefile
+++ b/crypto/dh/Makefile
@@ -1,5 +1,5 @@
#
-# SSLeay/crypto/dh/Makefile
+# OpenSSL/crypto/dh/Makefile
#
DIR= dh
diff --git a/crypto/dsa/Makefile b/crypto/dsa/Makefile
index c2504c709..676baf7d4 100644
--- a/crypto/dsa/Makefile
+++ b/crypto/dsa/Makefile
@@ -1,5 +1,5 @@
#
-# SSLeay/crypto/dsa/Makefile
+# OpenSSL/crypto/dsa/Makefile
#
DIR= dsa
diff --git a/crypto/dso/Makefile b/crypto/dso/Makefile
index 2d1b21598..07f5d8d15 100644
--- a/crypto/dso/Makefile
+++ b/crypto/dso/Makefile
@@ -1,5 +1,5 @@
#
-# SSLeay/crypto/dso/Makefile
+# OpenSSL/crypto/dso/Makefile
#
DIR= dso
diff --git a/crypto/err/Makefile b/crypto/err/Makefile
index 8d1edbf4f..23e38409c 100644
--- a/crypto/err/Makefile
+++ b/crypto/err/Makefile
@@ -1,5 +1,5 @@
#
-# SSLeay/crypto/err/Makefile
+# OpenSSL/crypto/err/Makefile
#
DIR= err
diff --git a/crypto/evp/Makefile b/crypto/evp/Makefile
index 4f1bd8fe4..9badc7d6e 100644
--- a/crypto/evp/Makefile
+++ b/crypto/evp/Makefile
@@ -1,5 +1,5 @@
#
-# SSLeay/crypto/evp/Makefile
+# OpenSSL/crypto/evp/Makefile
#
DIR= evp
diff --git a/crypto/hmac/Makefile b/crypto/hmac/Makefile
index d914d8c5f..01f10c396 100644
--- a/crypto/hmac/Makefile
+++ b/crypto/hmac/Makefile
@@ -1,5 +1,5 @@
#
-# SSLeay/crypto/md/Makefile
+# OpenSSL/crypto/md/Makefile
#
DIR= hmac
diff --git a/crypto/idea/Makefile b/crypto/idea/Makefile
index 480678260..b2e7add66 100644
--- a/crypto/idea/Makefile
+++ b/crypto/idea/Makefile
@@ -1,5 +1,5 @@
#
-# SSLeay/crypto/idea/Makefile
+# OpenSSL/crypto/idea/Makefile
#
DIR= idea
diff --git a/crypto/lhash/Makefile b/crypto/lhash/Makefile
index d6001415b..82bddac47 100644
--- a/crypto/lhash/Makefile
+++ b/crypto/lhash/Makefile
@@ -1,5 +1,5 @@
#
-# SSLeay/crypto/lhash/Makefile
+# OpenSSL/crypto/lhash/Makefile
#
DIR= lhash
diff --git a/crypto/md2/Makefile b/crypto/md2/Makefile
index e91dc9975..17f878aeb 100644
--- a/crypto/md2/Makefile
+++ b/crypto/md2/Makefile
@@ -1,5 +1,5 @@
#
-# SSLeay/crypto/md/Makefile
+# OpenSSL/crypto/md/Makefile
#
DIR= md2
diff --git a/crypto/md4/Makefile b/crypto/md4/Makefile
index 11022cca4..ef97bb0cb 100644
--- a/crypto/md4/Makefile
+++ b/crypto/md4/Makefile
@@ -1,5 +1,5 @@
#
-# SSLeay/crypto/md4/Makefile
+# OpenSSL/crypto/md4/Makefile
#
DIR= md4
diff --git a/crypto/md5/Makefile b/crypto/md5/Makefile
index 495039770..a2d32ae92 100644
--- a/crypto/md5/Makefile
+++ b/crypto/md5/Makefile
@@ -1,5 +1,5 @@
#
-# SSLeay/crypto/md5/Makefile
+# OpenSSL/crypto/md5/Makefile
#
DIR= md5
diff --git a/crypto/mdc2/Makefile b/crypto/mdc2/Makefile
index d27001c71..1d064f17a 100644
--- a/crypto/mdc2/Makefile
+++ b/crypto/mdc2/Makefile
@@ -1,5 +1,5 @@
#
-# SSLeay/crypto/mdc2/Makefile
+# OpenSSL/crypto/mdc2/Makefile
#
DIR= mdc2
diff --git a/crypto/objects/Makefile b/crypto/objects/Makefile
index 3f414c72d..08af09291 100644
--- a/crypto/objects/Makefile
+++ b/crypto/objects/Makefile
@@ -1,5 +1,5 @@
#
-# SSLeay/crypto/objects/Makefile
+# OpenSSL/crypto/objects/Makefile
#
DIR= objects
diff --git a/crypto/pem/Makefile b/crypto/pem/Makefile
index 8ef122e7f..f5e19df84 100644
--- a/crypto/pem/Makefile
+++ b/crypto/pem/Makefile
@@ -1,5 +1,5 @@
#
-# SSLeay/crypto/pem/Makefile
+# OpenSSL/crypto/pem/Makefile
#
DIR= pem
diff --git a/crypto/pkcs12/Makefile b/crypto/pkcs12/Makefile
index 45e4ab83e..3a7498fe7 100644
--- a/crypto/pkcs12/Makefile
+++ b/crypto/pkcs12/Makefile
@@ -1,5 +1,5 @@
#
-# SSLeay/crypto/pkcs12/Makefile
+# OpenSSL/crypto/pkcs12/Makefile
#
DIR= pkcs12
diff --git a/crypto/pkcs7/Makefile b/crypto/pkcs7/Makefile
index 90b2097fb..3f7e88b40 100644
--- a/crypto/pkcs7/Makefile
+++ b/crypto/pkcs7/Makefile
@@ -1,5 +1,5 @@
#
-# SSLeay/crypto/pkcs7/Makefile
+# OpenSSL/crypto/pkcs7/Makefile
#
DIR= pkcs7
diff --git a/crypto/pqueue/Makefile b/crypto/pqueue/Makefile
index c76eab2b8..0a5da2f38 100644
--- a/crypto/pqueue/Makefile
+++ b/crypto/pqueue/Makefile
@@ -1,5 +1,5 @@
#
-# SSLeay/crypto/pqueue/Makefile
+# OpenSSL/crypto/pqueue/Makefile
#
DIR= pqueue
diff --git a/crypto/rand/Makefile b/crypto/rand/Makefile
index 4968eac67..3c1ab5bba 100644
--- a/crypto/rand/Makefile
+++ b/crypto/rand/Makefile
@@ -1,5 +1,5 @@
#
-# SSLeay/crypto/rand/Makefile
+# OpenSSL/crypto/rand/Makefile
#
DIR= rand
diff --git a/crypto/rc2/Makefile b/crypto/rc2/Makefile
index 3e680fa8d..73eac347e 100644
--- a/crypto/rc2/Makefile
+++ b/crypto/rc2/Makefile
@@ -1,5 +1,5 @@
#
-# SSLeay/crypto/rc2/Makefile
+# OpenSSL/crypto/rc2/Makefile
#
DIR= rc2
diff --git a/crypto/rc4/Makefile b/crypto/rc4/Makefile
index 1ec08aaf5..3ecf76768 100644
--- a/crypto/rc4/Makefile
+++ b/crypto/rc4/Makefile
@@ -1,5 +1,5 @@
#
-# SSLeay/crypto/rc4/Makefile
+# OpenSSL/crypto/rc4/Makefile
#
DIR= rc4
diff --git a/crypto/rc5/Makefile b/crypto/rc5/Makefile
index ace3cf4fa..efb0f36b5 100644
--- a/crypto/rc5/Makefile
+++ b/crypto/rc5/Makefile
@@ -1,5 +1,5 @@
#
-# SSLeay/crypto/rc5/Makefile
+# OpenSSL/crypto/rc5/Makefile
#
DIR= rc5
diff --git a/crypto/ripemd/Makefile b/crypto/ripemd/Makefile
index 0892fa57c..d55875c20 100644
--- a/crypto/ripemd/Makefile
+++ b/crypto/ripemd/Makefile
@@ -1,5 +1,5 @@
#
-# SSLeay/crypto/ripemd/Makefile
+# OpenSSL/crypto/ripemd/Makefile
#
DIR= ripemd
diff --git a/crypto/rsa/Makefile b/crypto/rsa/Makefile
index 0729924cb..13900812a 100644
--- a/crypto/rsa/Makefile
+++ b/crypto/rsa/Makefile
@@ -1,5 +1,5 @@
#
-# SSLeay/crypto/rsa/Makefile
+# OpenSSL/crypto/rsa/Makefile
#
DIR= rsa
diff --git a/crypto/sha/Makefile b/crypto/sha/Makefile
index 834f05933..bd70ccae2 100644
--- a/crypto/sha/Makefile
+++ b/crypto/sha/Makefile
@@ -1,5 +1,5 @@
#
-# SSLeay/crypto/sha/Makefile
+# OpenSSL/crypto/sha/Makefile
#
DIR= sha
diff --git a/crypto/stack/Makefile b/crypto/stack/Makefile
index 28f1711d4..5327692ac 100644
--- a/crypto/stack/Makefile
+++ b/crypto/stack/Makefile
@@ -1,5 +1,5 @@
#
-# SSLeay/crypto/stack/Makefile
+# OpenSSL/crypto/stack/Makefile
#
DIR= stack
diff --git a/crypto/txt_db/Makefile b/crypto/txt_db/Makefile
index 3d703fa45..e6f30331d 100644
--- a/crypto/txt_db/Makefile
+++ b/crypto/txt_db/Makefile
@@ -1,5 +1,5 @@
#
-# SSLeay/crypto/txt_db/Makefile
+# OpenSSL/crypto/txt_db/Makefile
#
DIR= txt_db
diff --git a/crypto/x509/Makefile b/crypto/x509/Makefile
index fc5d5a68c..ddcc3124a 100644
--- a/crypto/x509/Makefile
+++ b/crypto/x509/Makefile
@@ -1,5 +1,5 @@
#
-# SSLeay/crypto/x509/Makefile
+# OpenSSL/crypto/x509/Makefile
#
DIR= x509
diff --git a/crypto/x509v3/Makefile b/crypto/x509v3/Makefile
index 0e58208aa..7a5266e67 100644
--- a/crypto/x509v3/Makefile
+++ b/crypto/x509v3/Makefile
@@ -1,5 +1,5 @@
#
-# SSLeay/crypto/x509v3/Makefile
+# OpenSSL/crypto/x509v3/Makefile
#
DIR= x509v3