Topic: internal.h and options.h ? which is first ?
in developing SW using wolfssl, I wonder internal.h and options.h
I think both of them are related in wolfssl
when I use both these header file, which one shell I defined ?
#include <wolfssl/internal.h>
#include <wolfssl/options.h>
or
#include <wolfssl/options.h>
#include <wolfssl/internal.h>
thanks