Fix type mismatch with GCC

This commit is contained in:
Jonathan Schleifer 2020-04-06 01:10:19 +02:00
parent 35258cb6c3
commit 86ced1769a
No known key found for this signature in database
GPG key ID: E2BCCE6B35E1AF8B
10 changed files with 23 additions and 23 deletions

View file

@ -1,4 +1,4 @@
AC_INIT(ObjOpenSSL, 0.1, js@heap.zone)
AC_INIT(ObjOpenSSL, 0.1, js@nil.im)
AC_CONFIG_SRCDIR(src)
AC_CONFIG_AUX_DIR(build-aux)