diff options
author | 2001-06-26 19:29:25 +0000 | |
---|---|---|
committer | 2001-06-26 19:29:25 +0000 | |
commit | 6bfd82ec43b7100646782c589a844e799db21c86 (patch) | |
tree | 8e3d36b9958f7b9812222ce70dd1be27c112839f | |
parent | get rid of another printf (diff) | |
download | wireguard-openbsd-6bfd82ec43b7100646782c589a844e799db21c86.tar.xz wireguard-openbsd-6bfd82ec43b7100646782c589a844e799db21c86.zip |
Remove space.
-rw-r--r-- | sys/crypto/crypto.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/crypto/crypto.c b/sys/crypto/crypto.c index 7dfc7dd9ec9..d26a00faf35 100644 --- a/sys/crypto/crypto.c +++ b/sys/crypto/crypto.c @@ -1,5 +1,4 @@ -/* $OpenBSD: crypto.c,v 1.23 2001/06/25 17:52:36 angelos Exp $ */ - +/* $OpenBSD: crypto.c,v 1.24 2001/06/26 19:29:25 angelos Exp $ */ /* * The author of this code is Angelos D. Keromytis (angelos@cis.upenn.edu) * |