summaryrefslogtreecommitdiff
path: root/lib/libtelnet/auth.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libtelnet/auth.h')
-rw-r--r--lib/libtelnet/auth.h16
1 files changed, 14 insertions, 2 deletions
diff --git a/lib/libtelnet/auth.h b/lib/libtelnet/auth.h
index fe76cd17af8..dd9fba11451 100644
--- a/lib/libtelnet/auth.h
+++ b/lib/libtelnet/auth.h
@@ -31,11 +31,23 @@
* SUCH DAMAGE.
*
* from: @(#)auth.h 8.1 (Berkeley) 6/4/93
- * $OpenBSD: auth.h,v 1.2 1996/03/19 23:15:49 niklas Exp $
+ * $OpenBSD: auth.h,v 1.3 1998/03/12 04:48:46 art Exp $
* $NetBSD: auth.h,v 1.5 1996/02/24 01:15:18 jtk Exp $
*/
/*
+ * This source code is no longer held under any constraint of USA
+ * `cryptographic laws' since it was exported legally. The cryptographic
+ * functions were removed from the code and a "Bones" distribution was
+ * made. A Commodity Jurisdiction Request #012-94 was filed with the
+ * USA State Department, who handed it to the Commerce department. The
+ * code was determined to fall under General License GTDA under ECCN 5D96G,
+ * and hence exportable. The cryptographic interfaces were re-added by Eric
+ * Young, and then KTH proceeded to maintain the code in the free world.
+ *
+ */
+
+/*
* Copyright (C) 1990 by the Massachusetts Institute of Technology
*
* Export of this software from the United States of America is assumed
@@ -77,5 +89,5 @@ typedef struct XauthP {
#include "auth-proto.h"
-extern auth_debug_mode;
+extern int auth_debug_mode;
#endif