diff options
Diffstat (limited to 'src/libstrongswan/utils/identification.h')
-rw-r--r-- | src/libstrongswan/utils/identification.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/libstrongswan/utils/identification.h b/src/libstrongswan/utils/identification.h index 8d8b59935..80fc27d7c 100644 --- a/src/libstrongswan/utils/identification.h +++ b/src/libstrongswan/utils/identification.h @@ -28,13 +28,9 @@ typedef enum id_type_t id_type_t; typedef struct identification_t identification_t; -#include <types.h> +#include <library.h> #define MAX_WILDCARDS 14 -/** - * printf() specifier to print a identification. - */ -#define IDENTIFICATION_PRINTF_SPEC 'D' /** * @brief ID Types in a ID payload. |