CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/11/09 12:05:42
Modified files:
lib/libcrypto/bytestring: bytestring.h
Log message:
Revise CBS_strdup() documentation.
CBS_strdup() now internally checks if the data contains NUL, failing if it
does.
Prompted by beck@
