git: 8c93b7d53666 - stable/12 - openssh: regenerate freebsd-namespace.h

Ed Maste emaste at FreeBSD.org
Thu Sep 9 00:57:53 UTC 2021


The branch stable/12 has been updated by emaste:

URL: https://cgit.FreeBSD.org/src/commit/?id=8c93b7d536663aab3cfd2024da84df0ceb2365e3

commit 8c93b7d536663aab3cfd2024da84df0ceb2365e3
Author:     Ed Maste <emaste at FreeBSD.org>
AuthorDate: 2021-09-02 01:54:57 +0000
Commit:     Ed Maste <emaste at FreeBSD.org>
CommitDate: 2021-09-09 00:57:04 +0000

    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
    
    (cherry picked from commit c7b4c21ee4615e2e418ab520abf6c026d6dae398)
---
 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 f6a100622de8..cbef93df67b9 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- at 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


More information about the dev-commits-src-all mailing list