|
reSIProcate/stack
9694
|
#include <resiprocate/MacSecurity.hxx>#include <sys/types.h>#include <openssl/e_os2.h>#include <openssl/evp.h>#include <openssl/crypto.h>#include <openssl/err.h>#include <openssl/pem.h>#include <openssl/pkcs7.h>#include <openssl/ossl_typ.h>#include <openssl/x509.h>#include <openssl/x509v3.h>#include <openssl/ssl.h>#include <iostream>
Go to the source code of this file.
Classes | |
| class | resip::TestMacSecurity |
Namespaces | |
| namespace | resip |
SERNonceHelper implements the makeNonce function in the same way as SIP Express Router (SER) - http://www.iptel.org/ser. | |
Functions | |
| int | main (int argc, char *argv[]) |
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 50 of file testMacSecurity.cxx.
References main().
{
return resip::TestMacSecurity::main();
}

1.7.5.1