summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortb <tb@openbsd.org>2019-02-03 15:40:32 +0000
committertb <tb@openbsd.org>2019-02-03 15:40:32 +0000
commit358db57dbfbb62394185ea6545fccc489cc2f626 (patch)
tree44109499877459f11594ee27aa350ad5c27ca174
parentTurns out I botched the previous commit. While making the %o7 + 8 bit (diff)
downloadwireguard-openbsd-358db57dbfbb62394185ea6545fccc489cc2f626.tar.xz
wireguard-openbsd-358db57dbfbb62394185ea6545fccc489cc2f626.zip
zap spaces before tabs
-rw-r--r--usr.bin/openssl/rsautl.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/usr.bin/openssl/rsautl.c b/usr.bin/openssl/rsautl.c
index c3c3a82f8f7..f61369dac29 100644
--- a/usr.bin/openssl/rsautl.c
+++ b/usr.bin/openssl/rsautl.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: rsautl.c,v 1.15 2019/02/03 14:20:07 jsing Exp $ */
+/* $OpenBSD: rsautl.c,v 1.16 2019/02/03 15:40:32 tb Exp $ */
/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
* project 2000.
*/
@@ -66,10 +66,10 @@
#include <openssl/pem.h>
#include <openssl/rsa.h>
-#define RSA_SIGN 1
-#define RSA_VERIFY 2
-#define RSA_ENCRYPT 3
-#define RSA_DECRYPT 4
+#define RSA_SIGN 1
+#define RSA_VERIFY 2
+#define RSA_ENCRYPT 3
+#define RSA_DECRYPT 4
#define KEY_PRIVKEY 1
#define KEY_PUBKEY 2