X-Git-Url: https://git.distorted.org.uk/u/mdw/catacomb/blobdiff_plain/680bedf81bb4e939d3137ef0a4d9ca25a4638355..89ae755da614975a84c65da6ffcf351dec60a690:/des.h diff --git a/des.h b/des.h index ac1461a..d62d72c 100644 --- a/des.h +++ b/des.h @@ -1,6 +1,6 @@ /* -*-c-*- * - * $Id: des.h,v 1.2 1999/12/10 23:29:48 mdw Exp $ + * $Id: des.h,v 1.3 2000/06/17 10:52:32 mdw Exp $ * * The Data Encryption Standard * @@ -30,6 +30,9 @@ /*----- Revision history --------------------------------------------------* * * $Log: des.h,v $ + * Revision 1.3 2000/06/17 10:52:32 mdw + * Support new key size interface. + * * Revision 1.2 1999/12/10 23:29:48 mdw * Change header file guard names. * @@ -69,6 +72,8 @@ #define DES_KEYSZ 7 #define DES_CLASS (N, B, 64) +extern const octet des_keysz[]; + /*----- Data structures ---------------------------------------------------*/ typedef struct des_ctx {