aboutsummaryrefslogtreecommitdiff
path: root/net/ibrdtnd
diff options
context:
space:
mode:
authorRosen Penev <rosenp@gmail.com>2022-10-30 20:21:14 -0700
committerRosen Penev <rosenp@gmail.com>2022-10-31 12:27:45 -0700
commitcaaf35b192b7e75a99fe317e3f8ffe1bb4a88344 (patch)
tree93c0538cbe66c606a92318ba4275bc777d35cb5f /net/ibrdtnd
parent33634e30c22c965d7fe4dc94ab41c33a815ec9ce (diff)
ibrdtnd: run through dos2unix
This patch uses CRLF line endings for some reason... Signed-off-by: Rosen Penev <rosenp@gmail.com>
Diffstat (limited to 'net/ibrdtnd')
-rw-r--r--net/ibrdtnd/patches/0001-ibrdtnd-added-openssl-compatibility.patch26
1 files changed, 13 insertions, 13 deletions
diff --git a/net/ibrdtnd/patches/0001-ibrdtnd-added-openssl-compatibility.patch b/net/ibrdtnd/patches/0001-ibrdtnd-added-openssl-compatibility.patch
index 9ef603928..b0ee81e3e 100644
--- a/net/ibrdtnd/patches/0001-ibrdtnd-added-openssl-compatibility.patch
+++ b/net/ibrdtnd/patches/0001-ibrdtnd-added-openssl-compatibility.patch
@@ -174,16 +174,16 @@ Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
--- /dev/null
+++ b/src/security/exchange/openssl_compat.h
@@ -0,0 +1,13 @@
-+#ifndef LIBCRYPTO_COMPAT_H
-+#define LIBCRYPTO_COMPAT_H
-+
-+#if OPENSSL_VERSION_NUMBER < 0x10100000L
-+
-+#include <openssl/dh.h>
-+
-+void DH_get0_pqg(const DH *dh, const BIGNUM **p, const BIGNUM **q, const BIGNUM **g);
-+int DH_set0_pqg(DH *dh, BIGNUM *p, BIGNUM *q, BIGNUM *g);
-+void DH_get0_key(const DH *dh, const BIGNUM **pub_key, const BIGNUM **priv_key);
-+
-+#endif /* OPENSSL_VERSION_NUMBER */
-+#endif /* LIBCRYPTO_COMPAT_H */
++#ifndef LIBCRYPTO_COMPAT_H
++#define LIBCRYPTO_COMPAT_H
++
++#if OPENSSL_VERSION_NUMBER < 0x10100000L
++
++#include <openssl/dh.h>
++
++void DH_get0_pqg(const DH *dh, const BIGNUM **p, const BIGNUM **q, const BIGNUM **g);
++int DH_set0_pqg(DH *dh, BIGNUM *p, BIGNUM *q, BIGNUM *g);
++void DH_get0_key(const DH *dh, const BIGNUM **pub_key, const BIGNUM **priv_key);
++
++#endif /* OPENSSL_VERSION_NUMBER */
++#endif /* LIBCRYPTO_COMPAT_H */