aboutsummaryrefslogtreecommitdiff
path: root/mtu.c
diff options
context:
space:
mode:
authorchantra <chantra@debuntu.org>2010-07-16 20:09:07 +0200
committerDavid Sommerseth <dazo@users.sourceforge.net>2010-08-17 21:24:44 +0200
commitdb3fb3d489df234c78ddcb9fce66de4d8fbb28e6 (patch)
tree071f28187f2f4eb41da417e6400d71f063274655 /mtu.c
parentFix <net/if.h> compile time problems on OpenBSD for good (diff)
downloadopenvpn-db3fb3d489df234c78ddcb9fce66de4d8fbb28e6.tar.xz
Fixes openssl-1.0.0 compilation warning
When compiling against OpenSSL v1.0.0, the following compiler warnings appears. ssl.c: In function ‘verify_callback’: ssl.c:944: warning: passing argument 1 of ‘sk_num’ from incompatible pointer type /usr/include/openssl/stack.h:79: note: expected ‘const struct _STACK *’ but argument is of type ‘struct stack_st_X509_REVOKED *’ ssl.c:947: warning: passing argument 1 of ‘sk_value’ from incompatible pointer type /usr/include/openssl/stack.h:80: note: expected ‘const struct _STACK *’ but argument is of type ‘struct stack_st_X509_REVOKED *’ ssl.c: In function ‘init_ssl’: ssl.c:1565: warning: passing argument 1 of ‘sk_num’ from incompatible pointer type /usr/include/openssl/stack.h:79: note: expected ‘const struct _STACK *’ but argument is of type ‘struct stack_st_X509 *’ ssl.c: In function ‘print_details’: ssl.c:1766: warning: assignment discards qualifiers from pointer target type Trac ticket #5 https://community.openvpn.net/openvpn/ticket/5 Signed-off-by: chantra <chantra@debuntu.org> Acked-by: David Sommerseth <dazo@users.sourceforge.net> Signed-off-by: David Sommerseth <dazo@users.sourceforge.net>
Diffstat (limited to 'mtu.c')
0 files changed, 0 insertions, 0 deletions