diff options
author | 2014-12-20 05:43:26 +0000 | |
---|---|---|
committer | 2014-12-20 05:43:26 +0000 | |
commit | d4bb4faebae61644589d6197ba4b2667b88a6f8a (patch) | |
tree | 6ba79f48e8c1d6828eeba5d8810e74fa3b9603e0 | |
parent | Fix two issues causing a class of assertion failures found by jsg@ with afl. (diff) | |
download | wireguard-openbsd-d4bb4faebae61644589d6197ba4b2667b88a6f8a.tar.xz wireguard-openbsd-d4bb4faebae61644589d6197ba4b2667b88a6f8a.zip |
$OpenBSD for our rev here
-rw-r--r-- | include/siphash.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/siphash.h b/include/siphash.h index fd3eeb46fef..a661d1dd3af 100644 --- a/include/siphash.h +++ b/include/siphash.h @@ -26,7 +26,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $OpenBSD: siphash.h,v 1.2 2014/12/20 05:43:26 guenther Exp $ */ /* |