Mercurial
comparison seobeo/seobeo_internal.h @ 64:a30944e5719e
Added vibe coded markdown to html script since it is useful for me. Updated Dowa so that it can be compiled without dirnet for windows.
| author | June Park <parkjune1995@gmail.com> |
|---|---|
| date | Tue, 23 Dec 2025 15:18:46 -0800 |
| parents | ea9ef388ab97 |
| children | ecb6ee6a22c3 |
comparison
equal
deleted
inserted
replaced
| 63:fff1b048dda6 | 64:a30944e5719e |
|---|---|
| 3 | 3 |
| 4 // SSL | 4 // SSL |
| 5 #include <openssl/ssl.h> | 5 #include <openssl/ssl.h> |
| 6 #include <openssl/err.h> | 6 #include <openssl/err.h> |
| 7 | 7 |
| 8 #ifndef DIRECTORY | |
| 9 #define DIRECTORY | |
| 10 #endif | |
| 8 #include "dowa/dowa.h" | 11 #include "dowa/dowa.h" |
| 9 | 12 |
| 10 typedef enum { | 13 typedef enum { |
| 11 SEOBEO_STREAM_TYPE_SERVER, | 14 SEOBEO_STREAM_TYPE_SERVER, |
| 12 SEOBEO_STREAM_TYPE_CLIENT, | 15 SEOBEO_STREAM_TYPE_CLIENT, |