It might make sense to add __attribute__ ((deprecated)) to comp128 function to discourage it's use.
19.11.2013 14:10, Sylvain Munaut пишет:
That function hasn't been there long enough for anyone to use it.
There also wasn't any tagged version so far with it, so no ABI guarantee.
On Tue, Nov 19, 2013 at 1:29 PM, Peter Stuge peter@stuge.se wrote:
☎ wrote:
Using osmo_auth_*() is the recommended API but comp128v*() are also in the installed header files and thus also part of the public API.
Is there any reason not to deprecate it?
Even if it is deprecated it would have to stay, otherwise the libosmocore ABI breaks without a very good reason.
//Peter