Skip to content

Commit a464ba8

Browse files
authored
Merge pull request #107 from tpetazzoni/fix-extern
src/est/est_locl.h: add missing extern on e_ctx_ssl_exdata_index
2 parents f8a6e5b + 75863b5 commit a464ba8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/est/est_locl.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -590,7 +590,7 @@ typedef struct est_oid_list {
590590
/*
591591
* Index used to link the EST Ctx into the SSL structures
592592
*/
593-
int e_ctx_ssl_exdata_index;
593+
extern int e_ctx_ssl_exdata_index;
594594

595595
LIBEST_TEST_API void est_log (EST_LOG_LEVEL lvl, char *format, ...);
596596
LIBEST_TEST_API void est_log_backtrace (void);

0 commit comments

Comments
 (0)