pkgsrc/archivers/hpack/patches/patch-ab
tv 6a4ee18179 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.
1999-05-23 22:41:21 +00:00

20 lines
430 B
Text

$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 */