The branch main has been updated by emaste:

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

commit c7b4c21ee4615e2e418ab520abf6c026d6dae398
Author:     Ed Maste <ema...@freebsd.org>
AuthorDate: 2021-09-02 01:54:57 +0000
Commit:     Ed Maste <ema...@freebsd.org>
CommitDate: 2021-09-02 13:45:14 +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
---
 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
_______________________________________________
dev-commits-src-main@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/dev-commits-src-main
To unsubscribe, send any mail to "dev-commits-src-main-unsubscr...@freebsd.org"

Reply via email to