diff options
author | 2014-12-20 06:04:39 +0000 | |
---|---|---|
committer | 2014-12-20 06:04:39 +0000 | |
commit | d117d872950855dcae3d26b46edd98ce833f2f1b (patch) | |
tree | a5c45c8574e3121a058bef8cc2d0f51c39c27465 | |
parent | $OpenBSD for our rev here (diff) | |
download | wireguard-openbsd-d117d872950855dcae3d26b46edd98ce833f2f1b.tar.xz wireguard-openbsd-d117d872950855dcae3d26b46edd98ce833f2f1b.zip |
openbsd rcisd
-rw-r--r-- | sys/crypto/siphash.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/crypto/siphash.h b/sys/crypto/siphash.h index fd3eeb46fef..9a6664319dc 100644 --- a/sys/crypto/siphash.h +++ b/sys/crypto/siphash.h @@ -1,3 +1,4 @@ +/* $OpenBSD: siphash.h,v 1.2 2014/12/20 06:04:39 tedu Exp $ */ /*- * Copyright (c) 2013 Andre Oppermann <andre@FreeBSD.org> * All rights reserved. |