Update ruby-ossl package to 0.1.4.1 (0.1.4a).

Wed, 16 Jul 2003 16:04:02 +0900 -- GOTOU Yuuzou <gotoyuzo@notwork.org>
	* ossl-0.1.4a released

Wed, 16 Jul 2003 15:43:52 +0900 -- GOTOU Yuuzou <gotoyuzo@notwork.org>
	* extconf.rb: check CRYPTO_malloc for libcrypto.
	* ossl.h: include <openssl/bn.h>.
	* ossl_bn.c: use BN_CTX_new instead of BN_CTX_init.
	* ossl_cipher.c: NIDs of AES were changed.
	* ossl_x509store.c: alias add_cert add_trusted.
	* lib/net/https.rb: follow HTTPResponse.read_new's incompatiplity.

Tue, 15 Jul 2003 04:48:33 +0900 -- GOTOU Yuuzou <gotoyuzo@notwork.org>
	* ossl-0.1.4 released

Tue, 15 Jul 2002 04:19:44 +0900 -- GOTOU Yuuzou <gotoyuzo@notwork.org>
	* openssl_missing.h: add MS_CALLBACK.
	* extconf.rb: should check <openssl/e_os.h>.
	* ossl.h: check HAVE_OPENSSL_E_OS_H.
	* net/https.rb: follow ruby-1.8.
This commit is contained in:
taca 2003-07-21 17:21:32 +00:00
parent 2f59e6a07c
commit 40c8427593

View file

@ -1,17 +0,0 @@
$NetBSD: patch-aa,v 1.1.1.1 2003/07/21 17:04:27 taca Exp $
--- ossl.h.orig 2002-07-23 19:45:25.000000000 +0900
+++ ossl.h
@@ -25,9 +25,11 @@ extern "C" {
#include <openssl/ssl.h>
#include <openssl/hmac.h>
#include <openssl/rand.h>
-#include <openssl/e_os.h>
#if defined(NT)
+# include <openssl/e_os.h>
# undef OpenFile
+#else
+# define MS_CALLBACK
#endif
#include "openssl_missing.h"