summaryrefslogtreecommitdiff
path: root/package/libtirpc/patches/patch-tirpc_rpc_des_crypt_h
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-06-23 21:15:37 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2015-06-24 20:56:01 +0200
commitf920132acf0d785d238388e1652b7023207c553c (patch)
tree6a358b9531986b98f8fc5872787f8fdc86a24dc9 /package/libtirpc/patches/patch-tirpc_rpc_des_crypt_h
parent45483a482f5629a1a0b6f3e249c3534f6903568f (diff)
update to latest stable version
Diffstat (limited to 'package/libtirpc/patches/patch-tirpc_rpc_des_crypt_h')
-rw-r--r--package/libtirpc/patches/patch-tirpc_rpc_des_crypt_h52
1 files changed, 0 insertions, 52 deletions
diff --git a/package/libtirpc/patches/patch-tirpc_rpc_des_crypt_h b/package/libtirpc/patches/patch-tirpc_rpc_des_crypt_h
deleted file mode 100644
index d55657f95..000000000
--- a/package/libtirpc/patches/patch-tirpc_rpc_des_crypt_h
+++ /dev/null
@@ -1,52 +0,0 @@
---- libtirpc-0.2.3.orig/tirpc/rpc/des_crypt.h 2013-02-13 16:13:59.000000000 +0100
-+++ libtirpc-0.2.3/tirpc/rpc/des_crypt.h 2014-03-22 13:20:52.000000000 +0100
-@@ -43,7 +43,6 @@
- #ifndef _DES_DES_CRYPT_H
- #define _DES_DES_CRYPT_H
-
--#include <sys/cdefs.h>
- #include <rpc/rpc.h>
-
- #define DES_MAXDATA 8192 /* max bytes encrypted in one call */
-@@ -83,23 +82,35 @@
- /*
- * Cipher Block Chaining mode
- */
--__BEGIN_DECLS
-+#ifdef __cplusplus
-+extern "C" {
-+#endif
- int cbc_crypt( char *, char *, unsigned int, unsigned int, char *);
--__END_DECLS
-+#ifdef __cplusplus
-+}
-+#endif
-
- /*
- * Electronic Code Book mode
- */
--__BEGIN_DECLS
-+#ifdef __cplusplus
-+extern "C" {
-+#endif
- int ecb_crypt( char *, char *, unsigned int, unsigned int );
--__END_DECLS
-+#ifdef __cplusplus
-+}
-+#endif
-
- /*
- * Set des parity for a key.
- * DES parity is odd and in the low bit of each byte
- */
--__BEGIN_DECLS
-+#ifdef __cplusplus
-+extern "C" {
-+#endif
- void des_setparity( char *);
--__END_DECLS
-+#ifdef __cplusplus
-+}
-+#endif
-
- #endif /* _DES_DES_CRYPT_H */