33 lines
763 B
Diff
33 lines
763 B
Diff
Index: configure.ac
|
|
===================================================================
|
|
RCS file: /var/cvs/openssh/configure.ac,v
|
|
retrieving revision 1.577
|
|
diff -u -p -r1.577 configure.ac
|
|
--- configure.ac 3 Jul 2014 01:54:19 -0000 1.577
|
|
+++ configure.ac 13 Jul 2014 23:34:33 -0000
|
|
@@ -1575,10 +1575,6 @@ AC_CHECK_FUNCS([ \
|
|
Blowfish_expandstate \
|
|
Blowfish_expand0state \
|
|
Blowfish_stream2word \
|
|
- arc4random \
|
|
- arc4random_buf \
|
|
- arc4random_stir \
|
|
- arc4random_uniform \
|
|
asprintf \
|
|
b64_ntop \
|
|
__b64_ntop \
|
|
@@ -2639,6 +2635,13 @@ fi
|
|
|
|
AC_SUBST([TEST_SSH_ECC])
|
|
AC_SUBST([COMMENT_OUT_ECC])
|
|
+
|
|
+AC_CHECK_FUNCS([ \
|
|
+ arc4random \
|
|
+ arc4random_buf \
|
|
+ arc4random_stir \
|
|
+ arc4random_uniform \
|
|
+])
|
|
|
|
saved_LIBS="$LIBS"
|
|
AC_CHECK_LIB([iaf], [ia_openinfo], [
|