Skip to content

Commit 5cdcbf0

Browse files
committed
Fix compiler error for undefined ERR_pop_to_mark
ibmca_ec.c:342:5: error: implicit declaration of function 'ERR_pop_to_mark' [-Wimplicit-function-declaration] 342 | ERR_pop_to_mark(); | ^~~~~~~~~~~~~~~ Fixes: 6bc53d8 Signed-off-by: Ingo Franzki <ifranzki@linux.ibm.com>
1 parent 6bc53d8 commit 5cdcbf0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/engine/ibmca_ec.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717

1818
#include <stdlib.h>
1919
#include <pthread.h>
20+
#include <openssl/err.h>
2021
#include "ibmca.h"
2122
#include "e_ibmca_err.h"
2223

0 commit comments

Comments
 (0)