]> the.earth.li Git - onak.git/blobdiff - onak.h
Bump debhelper compat level to 13
[onak.git] / onak.h
diff --git a/onak.h b/onak.h
index 3513a8d7dcb2fcaec6d7ff5ee67e7bc70fee05c8..7856dbf1452c73ccd42e03f5428c7bcf1c4980e8 100644 (file)
--- a/onak.h
+++ b/onak.h
@@ -13,8 +13,7 @@
  * more details.
  *
  * You should have received a copy of the GNU General Public License along with
- * this program; if not, write to the Free Software Foundation, Inc., 51
- * Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ * this program.  If not, see <https://www.gnu.org/licenses/>.
  */
 
 #ifndef __ONAK_H__
@@ -28,6 +27,8 @@ typedef enum {
        ONAK_E_INVALID_PKT,
        ONAK_E_UNKNOWN_VER,
        ONAK_E_UNSUPPORTED_FEATURE,
+       ONAK_E_BAD_SIGNATURE,
+       ONAK_E_WEAK_SIGNATURE,
 } onak_status_t;
 
 #endif /* __ONAK_H__ */