blob: 7210efbb7483ccdfb1760411bf4c255b0f5bc5e9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
$NetBSD: patch-ae,v 1.1 2005/12/01 20:19:57 wiz Exp $
--- rsaglue2.c.orig 1996-01-02 15:17:27.000000000 +0100
+++ rsaglue2.c
@@ -52,9 +52,8 @@ char signon_legalese[] = _LANG("\
Uses the RSAREF(tm) Toolkit, which is copyright RSA Data Security, Inc.\n\
Distributed by the Massachusetts Institute of Technology.\n");
-#include <global.h>
-#include <rsaref.h>
-#include <rsa.h>
+#include <rsaref/rsaref.h>
+#include <rsaref/rsa.h>
/*
* The functions we call in rsa.h are:
*
|