1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00

Unbreak after OpenSSL update (using OPENSSL_DES_LIBDES_COMPATIBILITY).

Submitted by:	nectar
This commit is contained in:
Jimmy Olgeni 2003-03-03 14:49:02 +00:00
parent b654a9a59c
commit 9d5b764c7d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=76796
2 changed files with 26 additions and 0 deletions

View File

@ -0,0 +1,13 @@
$FreeBSD$
--- lib/crypto/c_src/crypto_drv.c.orig Thu Oct 21 15:37:08 1999
+++ lib/crypto/c_src/crypto_drv.c Mon Mar 3 15:12:27 2003
@@ -29,6 +29,7 @@
#include <string.h>
#include "erl_driver.h"
+#define OPENSSL_DES_LIBDES_COMPATIBILITY
#include "des.h"
#include "md5.h"
#include "sha.h"

View File

@ -0,0 +1,13 @@
$FreeBSD$
--- lib/crypto/c_src/crypto_drv.c.orig Thu Oct 21 15:37:08 1999
+++ lib/crypto/c_src/crypto_drv.c Mon Mar 3 15:12:27 2003
@@ -29,6 +29,7 @@
#include <string.h>
#include "erl_driver.h"
+#define OPENSSL_DES_LIBDES_COMPATIBILITY
#include "des.h"
#include "md5.h"
#include "sha.h"