summaryrefslogtreecommitdiffstats
path: root/crypto/des
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2010-05-26 23:23:53 +0000
committerDr. Stephen Henson <steve@openssl.org>2010-05-26 23:23:53 +0000
commit203ef9988ca6e5111c2d2be4a75a548a8998f6fb (patch)
tree57559579a3dbc459e3e1af808d92f569150e0ae4 /crypto/des
parent9f51bdae000f4b561117cd273fc8366a9dbea9e3 (diff)
PR: 2266
Submitted By: Jonathan Gray <jsg@goblin.cx> Correct ioctl definitions.
Diffstat (limited to 'crypto/des')
-rw-r--r--crypto/des/rpc_des.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/des/rpc_des.h b/crypto/des/rpc_des.h
index 4cbb4d2dcd..41328d7965 100644
--- 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)