~eivnaes/sstp-client/1.0.13

« back to all changes in this revision

Viewing changes to src/sstp-dump.c

  • Committer: eivnaes
  • Date: 2017-01-03 16:22:28 UTC
  • Revision ID: svn-v4:17c00af8-5a35-4a21-99a1-c4d57c7ef0cf:trunk:204
Add string.h, and check for OPENSSL_VERSION_NUMBER

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
#include <arpa/inet.h>
26
26
#include <stdint.h>
27
27
#include <stdlib.h>
 
28
#include <string.h>
28
29
 
29
30
#include "sstp-ppp.h"
30
31
#include "sstp-private.h"