[openssh-commits] [openssh] 01/05: upstream: mention this is for both ssh-pkcs11.c and

git+noreply at mindrot.org git+noreply at mindrot.org
Thu Oct 16 11:17:46 AEDT 2025


This is an automated email from the git hooks/post-receive script.

djm pushed a commit to branch master
in repository openssh.

commit 9c8572a357c071923569a62bd9cfb68b1f788e09
Author: djm at openbsd.org <djm at openbsd.org>
AuthorDate: Wed Oct 15 23:54:20 2025 +0000

    upstream: mention this is for both ssh-pkcs11.c and
    
    ssh-pkcs11-client.c
    
    OpenBSD-Commit-ID: 26eff4b9a328fa056e98b997cb57254639e48fda
---
 ssh-pkcs11.h | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/ssh-pkcs11.h b/ssh-pkcs11.h
index d86c506c1..6da1737cc 100644
--- a/ssh-pkcs11.h
+++ b/ssh-pkcs11.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: ssh-pkcs11.h,v 1.9 2025/07/30 04:27:42 djm Exp $ */
+/* $OpenBSD: ssh-pkcs11.h,v 1.10 2025/10/15 23:54:20 djm Exp $ */
 /*
  * Copyright (c) 2010 Markus Friedl.  All rights reserved.
  *
@@ -15,6 +15,8 @@
  * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
+/* API for ssh-pkcs11.c and ssh-pkcs11-client.c */
+
 /* Errors for pkcs11_add_provider() */
 #define	SSH_PKCS11_ERR_GENERIC			1
 #define	SSH_PKCS11_ERR_LOGIN_FAIL		2

-- 
To stop receiving notification emails like this one, please contact
djm at mindrot.org.


More information about the openssh-commits mailing list