summaryrefslogtreecommitdiff
path: root/archivers/hpack/patches/patch-ab
diff options
context:
space:
mode:
authortv <tv>1999-05-23 22:41:21 +0000
committertv <tv>1999-05-23 22:41:21 +0000
commite50d0bcb7a5ce2e90066fa24539ffc2365bd43aa (patch)
treeab878ed91b41a2e1c89b34fc72d2973c85bfd2bd /archivers/hpack/patches/patch-ab
parent018e8c802be92e1ae1bc328c0f7325a2083da503 (diff)
downloadpkgsrc-e50d0bcb7a5ce2e90066fa24539ffc2365bd43aa.tar.gz
Add hpack-0.79, inspired by the FreeBSD port "hpack.non-usa.only", but
rewritten. Allows for USA/non-USA support via the familiar USE_RSAREF2 mechanism, and significantly cleaned up. Does not attempt to fall back to $HOME/.pgp for keys as in the FreeBSD port, as other programs already require PGPPATH to be set.
Diffstat (limited to 'archivers/hpack/patches/patch-ab')
-rw-r--r--archivers/hpack/patches/patch-ab20
1 files changed, 20 insertions, 0 deletions
diff --git a/archivers/hpack/patches/patch-ab b/archivers/hpack/patches/patch-ab
new file mode 100644
index 00000000000..1c51a9acccf
--- /dev/null
+++ b/archivers/hpack/patches/patch-ab
@@ -0,0 +1,20 @@
+$NetBSD: patch-ab,v 1.1.1.1 1999/05/23 22:41:21 tv Exp $
+
+--- crypt/crypt.c.orig Sun May 23 09:23:37 1999
++++ crypt/crypt.c Sun May 23 09:24:09 1999
+@@ -400,6 +400,7 @@
+
+ int globalPrecision;
+
++#if 0
+ /* Unused function needed to keep RSAREF happy */
+
+ void R_GenerateBytes( void )
+@@ -423,6 +424,7 @@
+ {
+ return( memcmp( memPtr1, memPtr2, size ) );
+ }
++#endif
+
+ /* Init multiprecision register mpReg with short value */
+