aboutsummaryrefslogtreecommitdiff
path: root/ssherr.h
diff options
context:
space:
mode:
Diffstat (limited to 'ssherr.h')
-rw-r--r--ssherr.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/ssherr.h b/ssherr.h
index 085e752744d8..3dac27ab0234 100644
--- a/ssherr.h
+++ b/ssherr.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: ssherr.h,v 1.8 2020/01/25 23:13:09 djm Exp $ */
+/* $OpenBSD: ssherr.h,v 1.9 2026/02/06 23:31:29 dtucker Exp $ */
/*
* Copyright (c) 2011 Damien Miller
*
@@ -85,5 +85,7 @@
/* Translate a numeric error code to a human-readable error string */
const char *ssh_err(int n);
+/* Return most recent error from libcrypto. */
+const char *ssherr_libcrypto(void);
#endif /* _SSHERR_H */