Certain flag macros were tested with #if instead if #ifdef...

This commit is contained in:
Richard Levitte
2002-08-02 11:13:37 +00:00
parent f6f9961819
commit ba8fb52183
3 changed files with 6 additions and 6 deletions

View File

@@ -342,7 +342,7 @@ void DES_set_key_unchecked(const_DES_cblock *key, DES_key_schedule *schedule)
register DES_LONG *k;
register int i;
#if OPENBSD_DEV_CRYPTO
#ifdef OPENBSD_DEV_CRYPTO
memcpy(schedule->key,key,sizeof schedule->key);
schedule->session=NULL;
#endif