summaryrefslogtreecommitdiff
path: root/security/lsh/patches/patch-ae
blob: cada1d2eb13a00cf5dfd7733c2d506b39b8e0fff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$NetBSD: patch-ae,v 1.1 2007/02/22 17:38:34 drochner Exp $

--- src/nettle/desCode.h.orig	2007-02-09 13:49:23.000000000 +0100
+++ src/nettle/desCode.h
@@ -9,9 +9,6 @@
 
 #include "des.h"
 
-extern const uint32_t des_keymap[];
-extern const uint32_t des_bigmap[];
-
 /* optional customization:
  * the idea here is to alter the code so it will still run correctly
  * on any machine,  but the quickest on the specific machine in mind.