Ensure that no-comp functions are flagged as such
authorMatt Caswell <matt@openssl.org>
Thu, 17 Mar 2016 11:50:23 +0000 (11:50 +0000)
committerMatt Caswell <matt@openssl.org>
Fri, 18 Mar 2016 12:09:27 +0000 (12:09 +0000)
commit114de5b59502e1764c14082e14f07562ad4e6a15
tree87fe1abb8d2ff7c4c061faeb95a2b80c1d568d02
parentbb4cc75b1ea8fb85ed9299dd6d5124eec686359c
Ensure that no-comp functions are flagged as such

mkdef.pl was not detecting no-comp functions. This updates the header file
so that mkdef.pl detects that no-comp applies, and the functions are marked
accordingly.

Reviewed-by: Richard Levitte <levitte@openssl.org>
crypto/init.c
include/openssl/comp.h
include/openssl/ssl.h
util/libcrypto.num
util/mk1mf.pl