#include "CPStringUtils.hpp"#include "ErrorHandling.hpp"#include "MacSocket.h"#include "Randomizer.h"#include <openssl/ssl.h>#include <openssl/err.h>#include <timer.h>Go to the source code of this file.
Macros | |
| #define | kHTTPS_DNS "www.apache-ssl.org" |
| #define | kHTTPS_Port 443 |
| #define | kHTTPS_URI "/" |
Functions | |
| OSErr | MyMacSocket_IdleWaitCallback (void *inUserRefPtr) |
| void | main (void) |
| #define kHTTPS_DNS "www.apache-ssl.org" |
Definition at line 42 of file GetHTTPS.cpp.
| #define kHTTPS_Port 443 |
Definition at line 43 of file GetHTTPS.cpp.
| #define kHTTPS_URI "/" |
Definition at line 44 of file GetHTTPS.cpp.
Definition at line 70 of file GetHTTPS.cpp.
| OSErr MyMacSocket_IdleWaitCallback | ( | void * | inUserRefPtr | ) |
Definition at line 53 of file GetHTTPS.cpp.
1.8.2