projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e32c852
)
Remove old unused stuff.
author
Ben Laurie
<ben@openssl.org>
Tue, 31 Jul 2001 12:03:26 +0000
(12:03 +0000)
committer
Ben Laurie
<ben@openssl.org>
Tue, 31 Jul 2001 12:03:26 +0000
(12:03 +0000)
crypto/des/des.h
patch
|
blob
|
history
diff --git
a/crypto/des/des.h
b/crypto/des/des.h
index 151f0abf7639fbb4145a52c84585f8c113ab7f6b..9bc178113729fab55d01e64c0e6a4671234b849e 100644
(file)
--- a/
crypto/des/des.h
+++ b/
crypto/des/des.h
@@
-93,10
+93,6
@@
typedef struct des_ks
* 8 byte longs */
DES_LONG deslong[2];
} ks[16];
-#if OPENBSD_DEV_CRYPTO
- struct session_op *session;
- unsigned char key[8];
-#endif
} des_key_schedule;
#define DES_KEY_SZ (sizeof(des_cblock))