diff options
Diffstat (limited to 'crypto/cmp/cmp_util.c')
-rw-r--r-- | crypto/cmp/cmp_util.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/cmp/cmp_util.c b/crypto/cmp/cmp_util.c index 1ca981bf7b..9490496cbe 100644 --- a/crypto/cmp/cmp_util.c +++ b/crypto/cmp/cmp_util.c @@ -11,7 +11,7 @@ #include <string.h> #include <openssl/cmp_util.h> -#include "cmp_int.h" /* just for decls of internal functions defined here */ +#include "cmp_local.h" /* just for decls of internal functions defined here */ #include <openssl/cmperr.h> #include <openssl/err.h> /* should be implied by cmperr.h */ #include <openssl/x509v3.h> |