diff options
| author | itojun <itojun@NetBSD.org> | 2002-08-29 14:38:56 +0000 |
|---|---|---|
| committer | itojun <itojun@NetBSD.org> | 2002-08-29 14:38:56 +0000 |
| commit | 2c8da6a7dcc3a97b097dbf3d3d4156dca6558d01 (patch) | |
| tree | 66935deaf21d51978a5b9a4265f7406aa06e2ae6 /lib/libkstream | |
| parent | 34eb7e98f4278ff2f3698252384ca510f9e20f75 (diff) | |
openssl/des.h
Diffstat (limited to 'lib/libkstream')
| -rw-r--r-- | lib/libkstream/kstream-des.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libkstream/kstream-des.c b/lib/libkstream/kstream-des.c index 621a9baf690..0754473859e 100644 --- a/lib/libkstream/kstream-des.c +++ b/lib/libkstream/kstream-des.c @@ -1,4 +1,4 @@ -/* $NetBSD: kstream-des.c,v 1.2 2000/06/17 06:39:32 thorpej Exp $ */ +/* $NetBSD: kstream-des.c,v 1.3 2002/08/29 14:38:56 itojun Exp $ */ /* DES-encrypted-stream implementation for MIT Kerberos. Written by Ken Raeburn (Raeburn@Cygnus.COM), based on algorithms @@ -19,7 +19,7 @@ #include <stdlib.h> #include <string.h> #include <time.h> -#include <des.h> +#include <openssl/des.h> #include <kerberosIV/kstream.h> typedef struct { |
