openssl/des.h

This commit is contained in:
itojun 2002-08-29 14:38:56 +00:00
parent 34eb7e98f4
commit 2c8da6a7dc
1 changed files with 2 additions and 2 deletions

View File

@ -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 {