aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authort00fcxen <t00fcxen@9df1edf5-d72c-5b5f-11c0-5f5209eb73f7>2013-09-02 23:00:20 +0000
committert00fcxen <t00fcxen@9df1edf5-d72c-5b5f-11c0-5f5209eb73f7>2013-09-02 23:00:20 +0000
commita336e83a92d6f506c8941b2e30e71c2723ce3bf2 (patch)
treec0628372e185913c525d4f7f8132f797cff12914 /configure.ac
parent6423485a084f2357d6a7138064968780b15c276b (diff)
downloadusrsctp-a336e83a92d6f506c8941b2e30e71c2723ce3bf2.tar.gz
Sync with main sources.
Add support for using SHA1 code from OpenSSL or NSS based on work from Lally Singh.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 0ca13c6a..a0d0a4a8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -36,7 +36,7 @@ AC_PROG_LIBTOOL
AC_CANONICAL_HOST
AC_CONFIG_MACRO_DIR([m4])
-LIBCFLAGS="-DUSE_SCTP_SHA1 -DSCTP_PROCESS_LEVEL_LOCKS -DSCTP_SIMPLE_ALLOCATOR -D__Userspace__"
+LIBCFLAGS="-DSCTP_PROCESS_LEVEL_LOCKS -DSCTP_SIMPLE_ALLOCATOR -D__Userspace__"
case $host_os in
darwin*)
CFLAGS="$CFLAGS -pedantic -Wall -Werror -D__APPLE_USE_RFC_2292"