blob: 9036dee11b67d0c88b2ec74e7d420a2d537e7c59 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ab,v 1.2 2005/11/17 22:12:37 wiz Exp $
--- src/crypto/sha1.h.orig 2004-12-06 13:32:07.000000000 +0100
+++ src/crypto/sha1.h
@@ -15,7 +15,7 @@
#include <stdint.h>
#include <string>
-#include "endian.h"
+#include "myendian.h"
using std::string;
|