diff options
Diffstat (limited to 'crypto/crmf/crmf_lib.c')
-rw-r--r-- | crypto/crmf/crmf_lib.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/crmf/crmf_lib.c b/crypto/crmf/crmf_lib.c index 85444017ff..6ba3f7ab3f 100644 --- a/crypto/crmf/crmf_lib.c +++ b/crypto/crmf/crmf_lib.c @@ -28,8 +28,8 @@ #include <openssl/asn1t.h> -#include "crmf_int.h" -#include "internal/constant_time_locl.h" +#include "crmf_local.h" +#include "internal/constant_time.h" /* explicit #includes not strictly needed since implied by the above: */ #include <openssl/crmf.h> |