[Midnightbsd-cvs] src: config.h: Alright my approach was flawed.
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Mon Nov 10 16:10:38 EST 2008
Log Message:
-----------
Alright my approach was flawed. I can just define that we've got some of these functions now in config.h (from the new OpenSSL)
Modified Files:
--------------
src/crypto/openssh:
config.h (r1.9 -> r1.10)
-------------- next part --------------
Index: config.h
===================================================================
RCS file: /home/cvs/src/crypto/openssh/config.h,v
retrieving revision 1.9
retrieving revision 1.10
diff -L crypto/openssh/config.h -L crypto/openssh/config.h -u -r1.9 -r1.10
--- crypto/openssh/config.h
+++ crypto/openssh/config.h
@@ -310,7 +310,7 @@
/* #undef HAVE_ETC_DEFAULT_LOGIN */
/* Define to 1 if you have the `EVP_sha256' function. */
-/* #undef HAVE_EVP_SHA256 */
+#define HAVE_EVP_SHA256 1
/* Define if you have ut_exit in utmp.h */
/* #undef HAVE_EXIT_IN_UTMP */
@@ -776,7 +776,7 @@
/* #undef HAVE_SET_ID */
/* Define to 1 if you have the `SHA256_Update' function. */
-/* #undef HAVE_SHA256_UPDATE */
+#define HAVE_SHA256_UPDATE 1
/* Define to 1 if you have the <sha2.h> header file. */
/* #undef HAVE_SHA2_H */
More information about the Midnightbsd-cvs
mailing list