mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 09:48:00 -04:00
18 lines
381 B
Plaintext
18 lines
381 B
Plaintext
$NetBSD: patch-af,v 1.2 1998/08/07 11:13:48 agc Exp $
|
|
|
|
--- ../source/rsaref.h.orig Fri Mar 25 14:01:49 1994
|
|
+++ ../source/rsaref.h Tue Jul 14 13:20:12 1998
|
|
@@ -8,9 +8,9 @@
|
|
#ifndef _RSAREF_H_
|
|
#define _RSAREF_H_ 1
|
|
|
|
-#include "md2.h"
|
|
-#include "md5.h"
|
|
-#include "des.h"
|
|
+#include <rsaref/md2.h>
|
|
+#include <rsaref/md5.h>
|
|
+#include <rsaref/des.h>
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|