25 lines
725 B
Diff
25 lines
725 B
Diff
|
From 63e2039edb888bfa190b8dd6cfa646ccab7de5b7 Mon Sep 17 00:00:00 2001
|
||
|
From: =?UTF-8?q?Micha=C5=82=20Trojnara?= <Michal.Trojnara@stunnel.org>
|
||
|
Date: Thu, 9 Aug 2018 07:19:54 +0200
|
||
|
Subject: [PATCH 02/23] Missing function declaration
|
||
|
|
||
|
---
|
||
|
src/libp11.h | 1 +
|
||
|
1 file changed, 1 insertion(+)
|
||
|
|
||
|
diff --git a/src/libp11.h b/src/libp11.h
|
||
|
index 844bab9..2a8aa64 100644
|
||
|
--- a/src/libp11.h
|
||
|
+++ b/src/libp11.h
|
||
|
@@ -40,6 +40,7 @@ int ERR_load_CKR_strings(void);
|
||
|
void ERR_unload_CKR_strings(void);
|
||
|
void ERR_CKR_error(int function, int reason, char *file, int line);
|
||
|
# define CKRerr(f,r) ERR_CKR_error((f),(r),__FILE__,__LINE__)
|
||
|
+int ERR_get_CKR_code(void);
|
||
|
|
||
|
/*
|
||
|
* The purpose of this library is to provide a simple PKCS11
|
||
|
--
|
||
|
2.17.1
|
||
|
|