Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/crypto/external/bsd/openssl/dist/crypto/bn make sure alloca ...
details: https://anonhg.NetBSD.org/src/rev/0ad557177445
branches: trunk
changeset: 780586:0ad557177445
user: christos <christos%NetBSD.org@localhost>
date: Mon Jul 30 17:16:23 2012 +0000
description:
make sure alloca is undefed on SSP
diffstat:
crypto/external/bsd/openssl/dist/crypto/bn/bn_exp.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diffs (12 lines):
diff -r 7b7e36721b88 -r 0ad557177445 crypto/external/bsd/openssl/dist/crypto/bn/bn_exp.c
--- a/crypto/external/bsd/openssl/dist/crypto/bn/bn_exp.c Mon Jul 30 17:15:45 2012 +0000
+++ b/crypto/external/bsd/openssl/dist/crypto/bn/bn_exp.c Mon Jul 30 17:16:23 2012 +0000
@@ -124,6 +124,8 @@
# ifndef alloca
# define alloca(s) __builtin_alloca((s))
# endif
+# else
+# undef alloca
# endif
#endif
Home |
Main Index |
Thread Index |
Old Index