CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/08/10 01:18:44
Modified files:
lib/libcrypto/modes: gcm128.c
Log message:
Improve byte order handling in gcm128.
Replace a pile of byte order handling mess with htobe*() and be*toh().
ok tb@
