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:
4f75a6e
)
No use in naming the cblock _; the structure still is incompatible
author
Ulf Möller
<ulf@openssl.org>
Thu, 29 Jul 1999 16:15:48 +0000
(16:15 +0000)
committer
Ulf Möller
<ulf@openssl.org>
Thu, 29 Jul 1999 16:15:48 +0000
(16:15 +0000)
to Kerberos.
crypto/des/des.h
patch
|
blob
|
history
diff --git
a/crypto/des/des.h
b/crypto/des/des.h
index 08cd626c1223b8d8062891b20691bdcfdb7bf97c..67f90aaf172feb90ea0af01dc74073ee828070fb 100644
(file)
--- a/
crypto/des/des.h
+++ b/
crypto/des/des.h
@@
-86,7
+86,7
@@
typedef /* const */ unsigned char const_des_cblock[8];
typedef struct des_ks_struct
{
union {
- des_cblock
_
;
+ des_cblock
cblock
;
/* make sure things are correct size on machines with
* 8 byte longs */
DES_LONG deslong[2];