diff options
author | Bob Beck <beck@cvs.openbsd.org> | 2023-07-07 19:37:55 +0000 |
---|---|---|
committer | Bob Beck <beck@cvs.openbsd.org> | 2023-07-07 19:37:55 +0000 |
commit | ef72cbe7ddb03fa28d4cf270ca4e294442a0eef9 (patch) | |
tree | 6e1fbdfa9c47dbb76e9f618df29045a1221fd5a1 /lib/libcrypto/hidden/openssl/chacha.h | |
parent | 7bcf44ad2a061ed0610d2d21aba70b19fc8e1ef1 (diff) |
Unbreak the namespace build after a broken mk.conf and tool misfire had
me aliasing symbols not in the headers I was procesing.
This unbreaks the namespace build so it will pass again
ok tb@
Diffstat (limited to 'lib/libcrypto/hidden/openssl/chacha.h')
-rw-r--r-- | lib/libcrypto/hidden/openssl/chacha.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libcrypto/hidden/openssl/chacha.h b/lib/libcrypto/hidden/openssl/chacha.h index 98108261ceb..a9f3b7e908c 100644 --- a/lib/libcrypto/hidden/openssl/chacha.h +++ b/lib/libcrypto/hidden/openssl/chacha.h @@ -1,4 +1,4 @@ -/* $OpenBSD: chacha.h,v 1.2 2023/07/05 21:14:54 bcook Exp $ */ +/* $OpenBSD: chacha.h,v 1.3 2023/07/07 19:37:54 beck Exp $ */ /* * Copyright (c) 2023 Bob Beck <beck@openbsd.org> * |