16 lines
481 B
Text
16 lines
481 B
Text
$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:
|
|
*
|