Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 2 Sep 2021 13:45:48 GMT
From:      Ed Maste <emaste@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: c7b4c21ee461 - main - openssh: regenerate freebsd-namespace.h
Message-ID:  <202109021345.182DjmnA094698@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by emaste:

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

commit c7b4c21ee4615e2e418ab520abf6c026d6dae398
Author:     Ed Maste <emaste@FreeBSD.org>
AuthorDate: 2021-09-02 01:54:57 +0000
Commit:     Ed Maste <emaste@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202109021345.182DjmnA094698>