2013-09-26 17:14:40 +02:00

21 lines
430 B
Plaintext

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