diff options
author | Omar Polo <op@omarpolo.com> | 2023-06-06 08:50:54 +0000 |
---|---|---|
committer | Omar Polo <op@omarpolo.com> | 2023-06-06 08:50:54 +0000 |
commit | 281a8852b3a2d76c10d2fb6476a706746d05509b (patch) | |
tree | a9c5a73adf8e85597f0eb87d1865e28249c2b8a1 /utils.c | |
parent | 3dd89fbb44f7f61b8c89db12f4469ca49c17bc68 (diff) |
rename log.[ch] to logger.[ch]
Diffstat (limited to 'utils.c')
-rw-r--r-- | utils.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -24,7 +24,7 @@ #include <openssl/x509_vfy.h> #include <openssl/x509v3.h> -#include "log.h" +#include "logger.h" int starts_with(const char *str, const char *prefix) |