Use SPARE instead of PRIVATE_PROCEDURE to reserve unused SYMBOL_VECTOR slots
authorRichard Levitte <levitte@openssl.org>
Tue, 12 Jan 2016 02:40:27 +0000 (03:40 +0100)
committerRichard Levitte <levitte@openssl.org>
Tue, 12 Jan 2016 03:44:24 +0000 (04:44 +0100)
commitd4b009d5f88875ac0e3ac0b2b9689ed16a4c88dc
tree32fa5d8ac5b0888b34eb93b9f60094a4a36e2131
parentfd40db9ecd39302e4d5c6f4e3929a02d0b093d76
Use SPARE instead of PRIVATE_PROCEDURE to reserve unused SYMBOL_VECTOR slots

It was assumed that a dummy with the type PRIVATE_PROCEDURE would
simply occupy a slot but otherwise ignore the symbol.  Not so, but
there is SPARE for that purpose.

Reviewed-by: Rich Salz <rsalz@openssl.org>
util/mkdef.pl