asn1c runtime code as shared library
Go to file
Neels Hofmeyr 551e9c94b3 fix compiler warning: drop dead code from BIT_STRING_fromBuf()
The warning is, on FreeBSD,

  CC       asn1helpers.lo
asn1helpers.c:68:10: error: comparison of unsigned expression < 0 is always false [-Werror,-Wtautological-compare]
        if (len < 0)
            ~~~ ^ ~

Change-Id: I80867da697d744d7ef4d70c8f24031f5781fb11a
2017-10-28 15:09:05 +00:00
contrib add contrib/jenkins.sh script for jenkins build testing 2017-08-14 08:12:41 +02:00
debian Sync debian package version (0.9.28) with acversion 2017-10-27 20:09:16 +00:00
include Fix compiler warning 2017-10-27 22:05:13 +02:00
m4 add dummy 'm4/.dummy' file to make autoreconf happy 2010-07-09 15:46:03 +02:00
src fix compiler warning: drop dead code from BIT_STRING_fromBuf() 2017-10-28 15:09:05 +00:00
.gitignore add .gitignore file 2010-06-13 07:44:07 +02:00
.gitreview add .gitreview to support git review plugin 2017-08-08 13:56:42 +02:00
COPYING add COPYING with original licenes 2010-06-12 19:24:52 +02:00
Makefile.am fix autoconf/automake warnings 2015-08-31 09:25:52 +02:00
asn1c-talloc.patch update to asn1c aper branch commit 6e00cbce7304a6972e82a12bb5fa82e41fa541be 2015-08-31 09:35:13 +02:00
configure.ac misc: Replace libosmocore with talloc 2016-04-05 16:43:39 +02:00
libasn1c.pc.in link libasn1c against libmath, don't ask users to do it 2017-10-28 13:58:23 +02:00