• Heikki Linnakangas's avatar
    Reorganize functions in be-secure-openssl.c · 48d50840
    Heikki Linnakangas authored
    Move the functions within the file so that public interface functions come
    first, followed by internal functions. Previously, be_tls_write was first,
    then internal stuff, and finally the rest of the public interface, which
    clearly didn't make much sense.
    
    Per Andres Freund's complaint.
    48d50840
be-secure-openssl.c 27.3 KB