diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2003-08-08 03:54:51 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2003-08-08 03:54:51 +0000 |
commit | 8fe1b9ab21b4088c951e65a442e3bdb340284f8c (patch) | |
tree | 2908b3043d3e2b9fb04901897d812c8442de6d9b /net/qtella/files/patch-include::sha1.h | |
parent | Unbreak in -CURRENT. (diff) |
As announced on May 6, remove the broken net/qtella port.
Diffstat (limited to 'net/qtella/files/patch-include::sha1.h')
-rw-r--r-- | net/qtella/files/patch-include::sha1.h | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/net/qtella/files/patch-include::sha1.h b/net/qtella/files/patch-include::sha1.h deleted file mode 100644 index 4428aecbc433..000000000000 --- a/net/qtella/files/patch-include::sha1.h +++ /dev/null @@ -1,23 +0,0 @@ ---- include/sha1.h.orig Wed Oct 2 08:27:57 2002 -+++ include/sha1.h Mon Jan 27 17:24:25 2003 -@@ -5,7 +5,7 @@ - extern "C" { - #endif - --#include <stdint.h> -+#include <inttypes.h> - /* - * If you do not have the ISO standard stdint.h header file, then you - * must typdef the following: -@@ -27,6 +27,11 @@ - }; - #endif - #define SHA1HashSize 20 -+ -+#include <osreldate.h> -+#if __FreeBSD_version < 500000 -+typedef uint32_t int_least16_t; -+#endif - - /* - * This structure will hold context information for the SHA-1 |