Fix strange formatting by indent
[openssl.git] / crypto / des / rpc_des.h
index 4cbb4d2dcdea59f909f6c7c21d6f3b40792ad609..94a1d11aff43b0d454dd237b7e46c5aaa148b65e 100644 (file)
@@ -57,7 +57,7 @@
  */
 
 /*  @(#)des.h  2.2 88/08/10 4.0 RPCSRC; from 2.7 88/02/08 SMI  */
-/*
+/*-
  * Sun RPC is a product of Sun Microsystems, Inc. and is provided for
  * unrestricted use provided that this legend is included on all tape
  * media and as a part of the software program in whole or part.  Users
@@ -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)