aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2023-09-22 10:50:31 +0200
committerMarcel Holtmann <marcel@holtmann.org>2023-09-22 10:50:31 +0200
commit4a41a57dd39d2012b890cb06c4d336967d29a1f6 (patch)
tree2bbb7780d0aeeb75b385a3dfe8c107977c5fd621
parent19d3751ac5dcec305396036381677008dfb485d3 (diff)
pem: Remove unneeded HAVE_CONFIG_H guard
-rw-r--r--ell/pem-private.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/ell/pem-private.h b/ell/pem-private.h
index c2492833..07b91af3 100644
--- a/ell/pem-private.h
+++ b/ell/pem-private.h
@@ -20,10 +20,6 @@
*
*/
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
-
#define _GNU_SOURCE
#include <sys/types.h>
#include <sys/stat.h>