ESAPI-C 1.0
The OWASP Enterprise Security API for C
|
#include <stdio.h>
#include <stdlib.h>
#include "minunit.h"
#include "esapi.h"
Go to the source code of this file.
Functions | |
void | test_load_security_context (void) |
int | main (void) |
Variables | |
int | tests_run = 0 |
int main | ( | void | ) |
Definition at line 21 of file sec_context_test.c.
void test_load_security_context | ( | void | ) |
Definition at line 8 of file sec_context_test.c.
int tests_run = 0 |
Definition at line 6 of file sec_context_test.c.