CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/06/16 05:20:01
Modified files:
lib/libcrypto : ex_data.c
Log message:
Fix CRYPTO_get_ex_new_index() to return 1 or higher
Mixing SSL_{get,set}_ex_data() and and SSL_{get,set}_app_data() in the
same application causes problems since they both place their data at
the same spot.
>From Marc Aldorasi
ok jsing
