aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlf Möller <ulf@openssl.org>2006-02-15 00:35:46 +0000
committerUlf Möller <ulf@openssl.org>2006-02-15 00:35:46 +0000
commit7ac7a4bc37e56a9e81fb726e928768142ea29c65 (patch)
treefd1c07ddd0950f2358e04dcc9953e42805520d9d
parenta628901dda1aff6e0a8db04f2a4ad905b0a28dd5 (diff)
downloadopenssl-7ac7a4bc37e56a9e81fb726e928768142ea29c65.zip
openssl-7ac7a4bc37e56a9e81fb726e928768142ea29c65.tar.gz
openssl-7ac7a4bc37e56a9e81fb726e928768142ea29c65.tar.bz2
shorter filenames
-rw-r--r--crypto/ts/Makefile147
-rw-r--r--crypto/ts/ts_rsp_print.c (renamed from crypto/ts/ts_resp_print.c)0
-rw-r--r--crypto/ts/ts_rsp_sign.c (renamed from crypto/ts/ts_resp_sign.c)0
-rw-r--r--crypto/ts/ts_rsp_utils.c (renamed from crypto/ts/ts_resp_utils.c)0
-rw-r--r--crypto/ts/ts_rsp_verify.c (renamed from crypto/ts/ts_resp_verify.c)0
5 files changed, 72 insertions, 75 deletions
diff --git a/crypto/ts/Makefile b/crypto/ts/Makefile
index 0ba67ff..ad1d43c 100644
--- a/crypto/ts/Makefile
+++ b/crypto/ts/Makefile
@@ -25,11 +25,11 @@ TEST=
APPS=
LIB=$(TOP)/libcrypto.a
-LIBSRC= ts_err.c ts_req_utils.c ts_req_print.c ts_resp_utils.c ts_resp_print.c \
- ts_resp_sign.c ts_resp_verify.c ts_verify_ctx.c ts_lib.c ts_conf.c \
+LIBSRC= ts_err.c ts_req_utils.c ts_req_print.c ts_rsp_utils.c ts_rsp_print.c \
+ ts_rsp_sign.c ts_rsp_verify.c ts_verify_ctx.c ts_lib.c ts_conf.c \
ts_asn1.c
-LIBOBJ= ts_err.o ts_req_utils.o ts_req_print.o ts_resp_utils.o ts_resp_print.o \
- ts_resp_sign.o ts_resp_verify.o ts_verify_ctx.o ts_lib.o ts_conf.o \
+LIBOBJ= ts_err.o ts_req_utils.o ts_req_print.o ts_rsp_utils.o ts_rsp_print.o \
+ ts_rsp_sign.o ts_rsp_verify.o ts_verify_ctx.o ts_lib.o ts_conf.o \
ts_asn1.o
SRC= $(LIBSRC)
@@ -180,77 +180,74 @@ ts_req_utils.o: ../../include/openssl/sha.h ../../include/openssl/stack.h
ts_req_utils.o: ../../include/openssl/symhacks.h ../../include/openssl/ts.h
ts_req_utils.o: ../../include/openssl/x509.h ../../include/openssl/x509_vfy.h
ts_req_utils.o: ../../include/openssl/x509v3.h ../cryptlib.h ts_req_utils.c
-ts_resp_print.o: ../../e_os.h ../../include/openssl/asn1.h
-ts_resp_print.o: ../../include/openssl/bio.h ../../include/openssl/bn.h
-ts_resp_print.o: ../../include/openssl/buffer.h ../../include/openssl/conf.h
-ts_resp_print.o: ../../include/openssl/crypto.h ../../include/openssl/dh.h
-ts_resp_print.o: ../../include/openssl/dsa.h ../../include/openssl/e_os2.h
-ts_resp_print.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h
-ts_resp_print.o: ../../include/openssl/ecdsa.h ../../include/openssl/err.h
-ts_resp_print.o: ../../include/openssl/evp.h ../../include/openssl/lhash.h
-ts_resp_print.o: ../../include/openssl/obj_mac.h
-ts_resp_print.o: ../../include/openssl/objects.h
-ts_resp_print.o: ../../include/openssl/opensslconf.h
-ts_resp_print.o: ../../include/openssl/opensslv.h
-ts_resp_print.o: ../../include/openssl/ossl_typ.h ../../include/openssl/pkcs7.h
-ts_resp_print.o: ../../include/openssl/rsa.h ../../include/openssl/safestack.h
-ts_resp_print.o: ../../include/openssl/sha.h ../../include/openssl/stack.h
-ts_resp_print.o: ../../include/openssl/symhacks.h ../../include/openssl/x509.h
-ts_resp_print.o: ../../include/openssl/x509_vfy.h
-ts_resp_print.o: ../../include/openssl/x509v3.h ../cryptlib.h ts.h
-ts_resp_print.o: ts_resp_print.c
-ts_resp_sign.o: ../../e_os.h ../../include/openssl/asn1.h
-ts_resp_sign.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
-ts_resp_sign.o: ../../include/openssl/conf.h ../../include/openssl/crypto.h
-ts_resp_sign.o: ../../include/openssl/dh.h ../../include/openssl/dsa.h
-ts_resp_sign.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.h
-ts_resp_sign.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.h
-ts_resp_sign.o: ../../include/openssl/err.h ../../include/openssl/evp.h
-ts_resp_sign.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h
-ts_resp_sign.o: ../../include/openssl/objects.h
-ts_resp_sign.o: ../../include/openssl/opensslconf.h
-ts_resp_sign.o: ../../include/openssl/opensslv.h
-ts_resp_sign.o: ../../include/openssl/ossl_typ.h ../../include/openssl/pkcs7.h
-ts_resp_sign.o: ../../include/openssl/rsa.h ../../include/openssl/safestack.h
-ts_resp_sign.o: ../../include/openssl/sha.h ../../include/openssl/stack.h
-ts_resp_sign.o: ../../include/openssl/symhacks.h ../../include/openssl/ts.h
-ts_resp_sign.o: ../../include/openssl/x509.h ../../include/openssl/x509_vfy.h
-ts_resp_sign.o: ../../include/openssl/x509v3.h ../cryptlib.h ts_resp_sign.c
-ts_resp_utils.o: ../../e_os.h ../../include/openssl/asn1.h
-ts_resp_utils.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
-ts_resp_utils.o: ../../include/openssl/conf.h ../../include/openssl/crypto.h
-ts_resp_utils.o: ../../include/openssl/dh.h ../../include/openssl/dsa.h
-ts_resp_utils.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.h
-ts_resp_utils.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.h
-ts_resp_utils.o: ../../include/openssl/err.h ../../include/openssl/evp.h
-ts_resp_utils.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h
-ts_resp_utils.o: ../../include/openssl/objects.h
-ts_resp_utils.o: ../../include/openssl/opensslconf.h
-ts_resp_utils.o: ../../include/openssl/opensslv.h
-ts_resp_utils.o: ../../include/openssl/ossl_typ.h ../../include/openssl/pkcs7.h
-ts_resp_utils.o: ../../include/openssl/rsa.h ../../include/openssl/safestack.h
-ts_resp_utils.o: ../../include/openssl/sha.h ../../include/openssl/stack.h
-ts_resp_utils.o: ../../include/openssl/symhacks.h ../../include/openssl/ts.h
-ts_resp_utils.o: ../../include/openssl/x509.h ../../include/openssl/x509_vfy.h
-ts_resp_utils.o: ../../include/openssl/x509v3.h ../cryptlib.h ts_resp_utils.c
-ts_resp_verify.o: ../../e_os.h ../../include/openssl/asn1.h
-ts_resp_verify.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
-ts_resp_verify.o: ../../include/openssl/conf.h ../../include/openssl/crypto.h
-ts_resp_verify.o: ../../include/openssl/dh.h ../../include/openssl/dsa.h
-ts_resp_verify.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.h
-ts_resp_verify.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.h
-ts_resp_verify.o: ../../include/openssl/err.h ../../include/openssl/evp.h
-ts_resp_verify.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h
-ts_resp_verify.o: ../../include/openssl/objects.h
-ts_resp_verify.o: ../../include/openssl/opensslconf.h
-ts_resp_verify.o: ../../include/openssl/opensslv.h
-ts_resp_verify.o: ../../include/openssl/ossl_typ.h
-ts_resp_verify.o: ../../include/openssl/pkcs7.h ../../include/openssl/rsa.h
-ts_resp_verify.o: ../../include/openssl/safestack.h ../../include/openssl/sha.h
-ts_resp_verify.o: ../../include/openssl/stack.h
-ts_resp_verify.o: ../../include/openssl/symhacks.h ../../include/openssl/ts.h
-ts_resp_verify.o: ../../include/openssl/x509.h ../../include/openssl/x509_vfy.h
-ts_resp_verify.o: ../../include/openssl/x509v3.h ../cryptlib.h ts_resp_verify.c
+ts_rsp_print.o: ../../e_os.h ../../include/openssl/asn1.h
+ts_rsp_print.o: ../../include/openssl/bio.h ../../include/openssl/bn.h
+ts_rsp_print.o: ../../include/openssl/buffer.h ../../include/openssl/conf.h
+ts_rsp_print.o: ../../include/openssl/crypto.h ../../include/openssl/dh.h
+ts_rsp_print.o: ../../include/openssl/dsa.h ../../include/openssl/e_os2.h
+ts_rsp_print.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h
+ts_rsp_print.o: ../../include/openssl/ecdsa.h ../../include/openssl/err.h
+ts_rsp_print.o: ../../include/openssl/evp.h ../../include/openssl/lhash.h
+ts_rsp_print.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h
+ts_rsp_print.o: ../../include/openssl/opensslconf.h
+ts_rsp_print.o: ../../include/openssl/opensslv.h
+ts_rsp_print.o: ../../include/openssl/ossl_typ.h ../../include/openssl/pkcs7.h
+ts_rsp_print.o: ../../include/openssl/rsa.h ../../include/openssl/safestack.h
+ts_rsp_print.o: ../../include/openssl/sha.h ../../include/openssl/stack.h
+ts_rsp_print.o: ../../include/openssl/symhacks.h ../../include/openssl/x509.h
+ts_rsp_print.o: ../../include/openssl/x509_vfy.h ../../include/openssl/x509v3.h
+ts_rsp_print.o: ../cryptlib.h ts.h ts_rsp_print.c
+ts_rsp_sign.o: ../../e_os.h ../../include/openssl/asn1.h
+ts_rsp_sign.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
+ts_rsp_sign.o: ../../include/openssl/conf.h ../../include/openssl/crypto.h
+ts_rsp_sign.o: ../../include/openssl/dh.h ../../include/openssl/dsa.h
+ts_rsp_sign.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.h
+ts_rsp_sign.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.h
+ts_rsp_sign.o: ../../include/openssl/err.h ../../include/openssl/evp.h
+ts_rsp_sign.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h
+ts_rsp_sign.o: ../../include/openssl/objects.h
+ts_rsp_sign.o: ../../include/openssl/opensslconf.h
+ts_rsp_sign.o: ../../include/openssl/opensslv.h
+ts_rsp_sign.o: ../../include/openssl/ossl_typ.h ../../include/openssl/pkcs7.h
+ts_rsp_sign.o: ../../include/openssl/rsa.h ../../include/openssl/safestack.h
+ts_rsp_sign.o: ../../include/openssl/sha.h ../../include/openssl/stack.h
+ts_rsp_sign.o: ../../include/openssl/symhacks.h ../../include/openssl/ts.h
+ts_rsp_sign.o: ../../include/openssl/x509.h ../../include/openssl/x509_vfy.h
+ts_rsp_sign.o: ../../include/openssl/x509v3.h ../cryptlib.h ts_rsp_sign.c
+ts_rsp_utils.o: ../../e_os.h ../../include/openssl/asn1.h
+ts_rsp_utils.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
+ts_rsp_utils.o: ../../include/openssl/conf.h ../../include/openssl/crypto.h
+ts_rsp_utils.o: ../../include/openssl/dh.h ../../include/openssl/dsa.h
+ts_rsp_utils.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.h
+ts_rsp_utils.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.h
+ts_rsp_utils.o: ../../include/openssl/err.h ../../include/openssl/evp.h
+ts_rsp_utils.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h
+ts_rsp_utils.o: ../../include/openssl/objects.h
+ts_rsp_utils.o: ../../include/openssl/opensslconf.h
+ts_rsp_utils.o: ../../include/openssl/opensslv.h
+ts_rsp_utils.o: ../../include/openssl/ossl_typ.h ../../include/openssl/pkcs7.h
+ts_rsp_utils.o: ../../include/openssl/rsa.h ../../include/openssl/safestack.h
+ts_rsp_utils.o: ../../include/openssl/sha.h ../../include/openssl/stack.h
+ts_rsp_utils.o: ../../include/openssl/symhacks.h ../../include/openssl/ts.h
+ts_rsp_utils.o: ../../include/openssl/x509.h ../../include/openssl/x509_vfy.h
+ts_rsp_utils.o: ../../include/openssl/x509v3.h ../cryptlib.h ts_rsp_utils.c
+ts_rsp_verify.o: ../../e_os.h ../../include/openssl/asn1.h
+ts_rsp_verify.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
+ts_rsp_verify.o: ../../include/openssl/conf.h ../../include/openssl/crypto.h
+ts_rsp_verify.o: ../../include/openssl/dh.h ../../include/openssl/dsa.h
+ts_rsp_verify.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.h
+ts_rsp_verify.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.h
+ts_rsp_verify.o: ../../include/openssl/err.h ../../include/openssl/evp.h
+ts_rsp_verify.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h
+ts_rsp_verify.o: ../../include/openssl/objects.h
+ts_rsp_verify.o: ../../include/openssl/opensslconf.h
+ts_rsp_verify.o: ../../include/openssl/opensslv.h
+ts_rsp_verify.o: ../../include/openssl/ossl_typ.h ../../include/openssl/pkcs7.h
+ts_rsp_verify.o: ../../include/openssl/rsa.h ../../include/openssl/safestack.h
+ts_rsp_verify.o: ../../include/openssl/sha.h ../../include/openssl/stack.h
+ts_rsp_verify.o: ../../include/openssl/symhacks.h ../../include/openssl/ts.h
+ts_rsp_verify.o: ../../include/openssl/x509.h ../../include/openssl/x509_vfy.h
+ts_rsp_verify.o: ../../include/openssl/x509v3.h ../cryptlib.h ts_rsp_verify.c
ts_verify_ctx.o: ../../e_os.h ../../include/openssl/asn1.h
ts_verify_ctx.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
ts_verify_ctx.o: ../../include/openssl/conf.h ../../include/openssl/crypto.h
diff --git a/crypto/ts/ts_resp_print.c b/crypto/ts/ts_rsp_print.c
index 6421315..6421315 100644
--- a/crypto/ts/ts_resp_print.c
+++ b/crypto/ts/ts_rsp_print.c
diff --git a/crypto/ts/ts_resp_sign.c b/crypto/ts/ts_rsp_sign.c
index aa81f74..aa81f74 100644
--- a/crypto/ts/ts_resp_sign.c
+++ b/crypto/ts/ts_rsp_sign.c
diff --git a/crypto/ts/ts_resp_utils.c b/crypto/ts/ts_rsp_utils.c
index 0c6c504..0c6c504 100644
--- a/crypto/ts/ts_resp_utils.c
+++ b/crypto/ts/ts_rsp_utils.c
diff --git a/crypto/ts/ts_resp_verify.c b/crypto/ts/ts_rsp_verify.c
index 8b57513..8b57513 100644
--- a/crypto/ts/ts_resp_verify.c
+++ b/crypto/ts/ts_rsp_verify.c