summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2015-01-22 16:12:26 +0000
committerMatt Caswell <matt@openssl.org>2015-01-22 16:12:26 +0000
commit51e647f6e50d16582838eec51eafe503413c4af7 (patch)
tree8b650f7b7948963c351ea10158eac4350af96865
parentba7e998d5b464ccbbb9dbf0790186a57fee6e9cd (diff)
make update
Reviewed-by: Stephen Henson <steve@openssl.org>
-rw-r--r--crypto/bn/Makefile1
-rw-r--r--crypto/stack/safestack.h1
2 files changed, 0 insertions, 2 deletions
diff --git a/crypto/bn/Makefile b/crypto/bn/Makefile
index f1eb639aac..0cdbd2016c 100644
--- a/crypto/bn/Makefile
+++ b/crypto/bn/Makefile
@@ -253,7 +253,6 @@ bn_exp.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.h
bn_exp.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
bn_exp.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
bn_exp.o: ../../include/openssl/symhacks.h ../cryptlib.h bn_exp.c bn_lcl.h
-bn_exp.o: rsaz_exp.h
bn_exp2.o: ../../e_os.h ../../include/openssl/bio.h ../../include/openssl/bn.h
bn_exp2.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h
bn_exp2.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h
diff --git a/crypto/stack/safestack.h b/crypto/stack/safestack.h
index 431064ed07..1d4f87eab3 100644
--- a/crypto/stack/safestack.h
+++ b/crypto/stack/safestack.h
@@ -2666,7 +2666,6 @@ DECLARE_SPECIAL_STACK_OF(OPENSSL_BLOCK, void)
# define lh_SSL_SESSION_stats_bio(lh,out) \
LHM_lh_stats_bio(SSL_SESSION,lh,out)
# define lh_SSL_SESSION_free(lh) LHM_lh_free(SSL_SESSION,lh)
-/* End of util/mkstack.pl block, you may now edit :-) */
#ifdef __cplusplus
}
#endif