Enable tls psk
[radsecproxy.git] / compat.h
1 /* Copyright 2011 NORDUnet A/S. All rights reserved.
2    See LICENSE for licensing information. */
3
4 ssize_t compat_send (int sockfd, const void *buf, size_t len, int flags);
5 ssize_t compat_recv (int sockfd, void *buf, size_t len, int flags);