summaryrefslogtreecommitdiffstats
path: root/lib/libssl/src
diff options
context:
space:
mode:
authorschwarze <schwarze@openbsd.org>2016-05-20 15:30:17 +0000
committerschwarze <schwarze@openbsd.org>2016-05-20 15:30:17 +0000
commit04833be782e762289c5df37db589b7334e21f089 (patch)
treeb1768bb3d49f8b18a0060506b6058aa95e369adb /lib/libssl/src
parentPlease int3 guards around unused debug splx versions so we can stop (diff)
downloadwireguard-openbsd-04833be782e762289c5df37db589b7334e21f089.tar.xz
wireguard-openbsd-04833be782e762289c5df37db589b7334e21f089.zip
Move the declaration of the function pointer type el_rfunc_t
from the private header "read.h" to the public header <histedit.h>. That's not an interface change, it was already used and documented publicly, merely not properly declared. Improve encapsulation: Make el_read a pointer to an opaque struct in struct editline, such that "read.h" no longer needs to be included from "el.h" but only from the two files using it, read.c and el.c. Only pass the required el_read_t to el_read_{s,g}etfn(), do not pass the full struct editline. OK czarkoff@, also proofread by Christian Heckendorf <mbie at ulmus dot me>.
Diffstat (limited to 'lib/libssl/src')
0 files changed, 0 insertions, 0 deletions