View | Details | Raw Unified
Collapse All | Expand All

(-) net-snmp-5.2.2/snmplib/Makefile.in (-2 / +2 lines)
 Lines 185-195   all: standardall Link Here 
# how to build the libraries.
# how to build the libraries.
libnetsnmp.$(LIB_EXTENSION)$(LIB_VERSION):    ${TOBJS}
libnetsnmp.$(LIB_EXTENSION)$(LIB_VERSION):    ${TOBJS}
	$(LIB_LD_CMD) libnetsnmp.$(LIB_EXTENSION)$(LIB_VERSION) ${TOBJS}
	$(LIB_LD_CMD) libnetsnmp.$(LIB_EXTENSION)$(LIB_VERSION) ${TOBJS} @LIBCRYPTO@
	$(RANLIB) libnetsnmp.$(LIB_EXTENSION)$(LIB_VERSION)
	$(RANLIB) libnetsnmp.$(LIB_EXTENSION)$(LIB_VERSION)
libsnmp.$(LIB_EXTENSION)$(LIB_VERSION):    ${TOBJS}
libsnmp.$(LIB_EXTENSION)$(LIB_VERSION):    ${TOBJS}
	$(LIB_LD_CMD) libsnmp.$(LIB_EXTENSION)$(LIB_VERSION) ${TOBJS}
	$(LIB_LD_CMD) libsnmp.$(LIB_EXTENSION)$(LIB_VERSION) ${TOBJS} @LIBCRYPTO@
	$(RANLIB) libsnmp.$(LIB_EXTENSION)$(LIB_VERSION)
	$(RANLIB) libsnmp.$(LIB_EXTENSION)$(LIB_VERSION)
#
#
(-) net-snmp-5.2.2/configure.in (+2 lines)
 Lines 2671-2676   if test "x$useopenssl" != "xno" ; then Link Here 
        encrmodes="[disabled]"
        encrmodes="[disabled]"
    fi
    fi
    AC_DEFINE(USE_OPENSSL)
    AC_DEFINE(USE_OPENSSL)
    LIBCRYPTO="-lcrypto"
    AC_MSG_RESULT(OpenSSL Support)
    AC_MSG_RESULT(OpenSSL Support)
elif test "x$usepkcs" != "xno" ; then
elif test "x$usepkcs" != "xno" ; then
    authmodes="MD5 SHA1"
    authmodes="MD5 SHA1"
 Lines 2690-2695   fi Link Here 
if test "x$enable_md5" = "xno"; then
if test "x$enable_md5" = "xno"; then
    authmodes=`echo $authmodes | sed 's/MD5 *//;'`
    authmodes=`echo $authmodes | sed 's/MD5 *//;'`
fi
fi
AC_SUBST(LIBCRYPTO)
AC_MSG_CACHE_ADD(Authentication support:     $authmodes)
AC_MSG_CACHE_ADD(Authentication support:     $authmodes)
AC_MSG_CACHE_ADD(Encryption support:         $encrmodes)
AC_MSG_CACHE_ADD(Encryption support:         $encrmodes)