tls_none.c

Go to the documentation of this file.
00001 
00016 #include <stdlib.h>
00017 #include <stdio.h>
00018 
00019 #include "common.h"
00020 #include "tls.h"
00021 
00022 void * tls_init(const struct tls_config *conf)
00023 {
00024         return (void *) 1;
00025 }
00026 
00027 void tls_deinit(void *ssl_ctx)
00028 {
00029 }
00030 

Generated on Sat May 6 21:13:39 2006 for wpa_supplicant by  doxygen 1.4.2