add -fstack-check and hardening
[libjh.git] / hex.c
diff --git a/hex.c b/hex.c
index 9d6c624..3d9d07e 100644 (file)
--- a/hex.c
+++ b/hex.c
@@ -1,8 +1,6 @@
 // Copyright (2013) Jann Horn <jann@thejh.net>
-// This code is licensed under the AGPLv3.
 
 HEADER #include <sys/types.h>
-#include <assert.h>
 #include <string.h>
 
 static inline char hexchar(unsigned char c) {