mirror of
https://github.com/openssl/openssl.git
synced 2025-01-13 05:23:57 +08:00
349807608f
This was done by the following find . -name '*.[ch]' | /tmp/pl where /tmp/pl is the following three-line script: print unless $. == 1 && m@/\* .*\.[ch] \*/@; close ARGV if eof; # Close file to reset $. And then some hand-editing of other files. Reviewed-by: Viktor Dukhovni <viktor@openssl.org> |
||
---|---|---|
.. | ||
i_cbc.c | ||
i_cfb64.c | ||
i_ecb.c | ||
i_ofb64.c | ||
i_skey.c | ||
idea_lcl.h | ||
Makefile.in | ||
version |