From c7b4c21ee4615e2e418ab520abf6c026d6dae398 Mon Sep 17 00:00:00 2001 From: Ed Maste Date: Wed, 1 Sep 2021 21:54:57 -0400 Subject: [PATCH] openssh: regenerate freebsd-namespace.h For some reason poly64 was omitted when this file was last generated (perhaps it was inlined by the Clang version then in use). MFC after: 1 week Sponsored by: The FreeBSD Foundation --- crypto/openssh/ssh_namespace.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/crypto/openssh/ssh_namespace.h b/crypto/openssh/ssh_namespace.h index 57b7bb3e375c..71accdf4fb59 100644 --- a/crypto/openssh/ssh_namespace.h +++ b/crypto/openssh/ssh_namespace.h @@ -1,5 +1,5 @@ /* - * This file was machine-generated. Do not edit manually. + * This file was machine-@generated. Do not edit manually. * Run crypto/openssh/freebsd-namespace.sh to regenerate. */ #define Blowfish_decipher Fssh_Blowfish_decipher @@ -440,6 +440,7 @@ #define platform_sys_dir_uid Fssh_platform_sys_dir_uid #define pledge Fssh_pledge #define poly1305_auth Fssh_poly1305_auth +#define poly64 Fssh_poly64 #define poly_hash Fssh_poly_hash #define port_open_helper Fssh_port_open_helper #define prime_test Fssh_prime_test