X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=pppd%2Ftls.h;h=0796779456f4204362ec9306111fde7a5b9bb60b;hb=509f04959ad891d7f981f035ed461d51bd1f74b0;hp=39fdef7739894ffa16783fff67fb610bb7c7344b;hpb=032020241d270c53dff479a7b0eb7fe487c56a78;p=ppp.git diff --git a/pppd/tls.h b/pppd/tls.h index 39fdef7..0796779 100644 --- a/pppd/tls.h +++ b/pppd/tls.h @@ -26,8 +26,10 @@ * OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -#ifndef TLS_H -#define TLS_H +#ifndef PPP_TLS_H +#define PPP_TLS_H + +#include "pppdconf.h" /** * Structure used in verifying the peer certificate @@ -85,4 +87,4 @@ int tls_set_ca(SSL_CTX *ctx, const char *ca_dir, const char *ca_file); */ void tls_log_sslerr( void ); -#endif /* TLS_H */ +#endif /* PPP_TLS_H */