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:
9f51bda
)
PR: 2266
author
Dr. Stephen Henson
<steve@openssl.org>
Wed, 26 May 2010 23:23:53 +0000
(23:23 +0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Wed, 26 May 2010 23:23:53 +0000
(23:23 +0000)
Submitted By: Jonathan Gray <jsg@goblin.cx>
Correct ioctl definitions.
crypto/des/rpc_des.h
patch
|
blob
|
history
diff --git
a/crypto/des/rpc_des.h
b/crypto/des/rpc_des.h
index 4cbb4d2dcdea59f909f6c7c21d6f3b40792ad609..41328d79658dbd53a6d4a06e9b18044ae731f68f 100644
(file)
--- a/
crypto/des/rpc_des.h
+++ b/
crypto/des/rpc_des.h
@@
-122,10
+122,10
@@
struct desparams {
/*
* Encrypt an arbitrary sized buffer
*/
-#define DESIOCBLOCK _IOWR(
d
, 6, struct desparams)
+#define DESIOCBLOCK _IOWR(
'd'
, 6, struct desparams)
/*
* Encrypt of small amount of data, quickly
*/
-#define DESIOCQUICK _IOWR(
d
, 7, struct desparams)
+#define DESIOCQUICK _IOWR(
'd'
, 7, struct desparams)