14 lines
268 B
Plaintext
14 lines
268 B
Plaintext
$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;
|
|
|