Teach mkdef.pl to handle multiline declarations.
authorRichard Levitte <levitte@openssl.org>
Tue, 24 Mar 2015 14:02:51 +0000 (15:02 +0100)
committerRichard Levitte <levitte@openssl.org>
Tue, 24 Mar 2015 18:46:53 +0000 (19:46 +0100)
commitfa327fafe2184e6f1d7f3f2a663d00034c5d22b3
tree9a33c73d947ab1cb014bfa117c9b4bdb202996ab
parente5991ec528b1c339062440811e2641f5ea2b328b
Teach mkdef.pl to handle multiline declarations.

For the moment, this is specially crafted for DECLARE_DEPRECATED because
that's where we found the problem, but it can easily be expanded to other
types of special delarations when needed.

Reviewed-by: Matt Caswell <matt@openssl.org>
util/mkdef.pl