diff options
author | markus <> | 2002-09-10 16:31:57 +0000 |
---|---|---|
committer | markus <> | 2002-09-10 16:31:57 +0000 |
commit | 7d038e9d4d83e7c7120e78418e108df70b9025d6 (patch) | |
tree | baf775b286ff801a89f746b1938a3c700bba6822 /src/lib/libcrypto/err | |
parent | 3bd21dd4c3a3e3106321a5f6b3641ab9f18a6e3b (diff) | |
download | openbsd-7d038e9d4d83e7c7120e78418e108df70b9025d6.tar.gz openbsd-7d038e9d4d83e7c7120e78418e108df70b9025d6.tar.bz2 openbsd-7d038e9d4d83e7c7120e78418e108df70b9025d6.zip |
merge openssl-0.9.7-beta3, tested on vax by miod@
Diffstat (limited to 'src/lib/libcrypto/err')
-rw-r--r-- | src/lib/libcrypto/err/Makefile.ssl | 31 | ||||
-rw-r--r-- | src/lib/libcrypto/err/err.c | 1 | ||||
-rw-r--r-- | src/lib/libcrypto/err/err.h | 1 |
3 files changed, 21 insertions, 12 deletions
diff --git a/src/lib/libcrypto/err/Makefile.ssl b/src/lib/libcrypto/err/Makefile.ssl index 1b3c58626c..f0c95e2ef2 100644 --- a/src/lib/libcrypto/err/Makefile.ssl +++ b/src/lib/libcrypto/err/Makefile.ssl | |||
@@ -68,7 +68,7 @@ lint: | |||
68 | lint -DLINT $(INCLUDES) $(SRC)>fluff | 68 | lint -DLINT $(INCLUDES) $(SRC)>fluff |
69 | 69 | ||
70 | depend: | 70 | depend: |
71 | $(MAKEDEPEND) $(INCLUDES) $(DEPFLAG) $(PROGS) $(LIBSRC) | 71 | $(MAKEDEPEND) $(CFLAG) $(INCLUDES) $(DEPFLAG) $(PROGS) $(LIBSRC) |
72 | 72 | ||
73 | dclean: | 73 | dclean: |
74 | $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new | 74 | $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new |
@@ -85,24 +85,31 @@ err.o: ../../include/openssl/err.h ../../include/openssl/lhash.h | |||
85 | err.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h | 85 | err.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h |
86 | err.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h | 86 | err.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h |
87 | err.o: ../../include/openssl/symhacks.h ../cryptlib.h err.c | 87 | err.o: ../../include/openssl/symhacks.h ../cryptlib.h err.c |
88 | err_all.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h | 88 | err_all.o: ../../include/openssl/aes.h ../../include/openssl/asn1.h |
89 | err_all.o: ../../include/openssl/bio.h ../../include/openssl/blowfish.h | ||
89 | err_all.o: ../../include/openssl/bn.h ../../include/openssl/buffer.h | 90 | err_all.o: ../../include/openssl/bn.h ../../include/openssl/buffer.h |
90 | err_all.o: ../../include/openssl/conf.h ../../include/openssl/crypto.h | 91 | err_all.o: ../../include/openssl/cast.h ../../include/openssl/conf.h |
91 | err_all.o: ../../include/openssl/dh.h ../../include/openssl/dsa.h | 92 | err_all.o: ../../include/openssl/crypto.h ../../include/openssl/des.h |
92 | err_all.o: ../../include/openssl/dso.h ../../include/openssl/e_os2.h | 93 | err_all.o: ../../include/openssl/des_old.h ../../include/openssl/dh.h |
93 | err_all.o: ../../include/openssl/ec.h ../../include/openssl/engine.h | 94 | err_all.o: ../../include/openssl/dsa.h ../../include/openssl/dso.h |
94 | err_all.o: ../../include/openssl/err.h ../../include/openssl/evp.h | 95 | err_all.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.h |
95 | err_all.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h | 96 | err_all.o: ../../include/openssl/engine.h ../../include/openssl/err.h |
97 | err_all.o: ../../include/openssl/evp.h ../../include/openssl/idea.h | ||
98 | err_all.o: ../../include/openssl/lhash.h ../../include/openssl/md2.h | ||
99 | err_all.o: ../../include/openssl/md4.h ../../include/openssl/md5.h | ||
100 | err_all.o: ../../include/openssl/mdc2.h ../../include/openssl/obj_mac.h | ||
96 | err_all.o: ../../include/openssl/objects.h ../../include/openssl/ocsp.h | 101 | err_all.o: ../../include/openssl/objects.h ../../include/openssl/ocsp.h |
97 | err_all.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h | 102 | err_all.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h |
98 | err_all.o: ../../include/openssl/ossl_typ.h ../../include/openssl/pem2.h | 103 | err_all.o: ../../include/openssl/ossl_typ.h ../../include/openssl/pem2.h |
99 | err_all.o: ../../include/openssl/pkcs12.h ../../include/openssl/pkcs7.h | 104 | err_all.o: ../../include/openssl/pkcs12.h ../../include/openssl/pkcs7.h |
100 | err_all.o: ../../include/openssl/rand.h ../../include/openssl/rsa.h | 105 | err_all.o: ../../include/openssl/rand.h ../../include/openssl/rc2.h |
106 | err_all.o: ../../include/openssl/rc4.h ../../include/openssl/rc5.h | ||
107 | err_all.o: ../../include/openssl/ripemd.h ../../include/openssl/rsa.h | ||
101 | err_all.o: ../../include/openssl/safestack.h ../../include/openssl/sha.h | 108 | err_all.o: ../../include/openssl/safestack.h ../../include/openssl/sha.h |
102 | err_all.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h | 109 | err_all.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h |
103 | err_all.o: ../../include/openssl/ui.h ../../include/openssl/x509.h | 110 | err_all.o: ../../include/openssl/ui.h ../../include/openssl/ui_compat.h |
104 | err_all.o: ../../include/openssl/x509_vfy.h ../../include/openssl/x509v3.h | 111 | err_all.o: ../../include/openssl/x509.h ../../include/openssl/x509_vfy.h |
105 | err_all.o: err_all.c | 112 | err_all.o: ../../include/openssl/x509v3.h err_all.c |
106 | err_prn.o: ../../e_os.h ../../include/openssl/bio.h | 113 | err_prn.o: ../../e_os.h ../../include/openssl/bio.h |
107 | err_prn.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h | 114 | err_prn.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h |
108 | err_prn.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h | 115 | err_prn.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h |
diff --git a/src/lib/libcrypto/err/err.c b/src/lib/libcrypto/err/err.c index 04773d65a6..5abe44e6d5 100644 --- a/src/lib/libcrypto/err/err.c +++ b/src/lib/libcrypto/err/err.c | |||
@@ -166,6 +166,7 @@ static ERR_STRING_DATA ERR_str_functs[]= | |||
166 | {ERR_PACK(0,SYS_F_WSASTARTUP,0), "WSAstartup"}, | 166 | {ERR_PACK(0,SYS_F_WSASTARTUP,0), "WSAstartup"}, |
167 | #endif | 167 | #endif |
168 | {ERR_PACK(0,SYS_F_OPENDIR,0), "opendir"}, | 168 | {ERR_PACK(0,SYS_F_OPENDIR,0), "opendir"}, |
169 | {ERR_PACK(0,SYS_F_FREAD,0), "fread"}, | ||
169 | {0,NULL}, | 170 | {0,NULL}, |
170 | }; | 171 | }; |
171 | 172 | ||
diff --git a/src/lib/libcrypto/err/err.h b/src/lib/libcrypto/err/err.h index cc9bb649ea..988ef81aa0 100644 --- a/src/lib/libcrypto/err/err.h +++ b/src/lib/libcrypto/err/err.h | |||
@@ -182,6 +182,7 @@ typedef struct err_state_st | |||
182 | #define SYS_F_ACCEPT 8 | 182 | #define SYS_F_ACCEPT 8 |
183 | #define SYS_F_WSASTARTUP 9 /* Winsock stuff */ | 183 | #define SYS_F_WSASTARTUP 9 /* Winsock stuff */ |
184 | #define SYS_F_OPENDIR 10 | 184 | #define SYS_F_OPENDIR 10 |
185 | #define SYS_F_FREAD 11 | ||
185 | 186 | ||
186 | 187 | ||
187 | /* reasons */ | 188 | /* reasons */ |