diff options
| author | fumingwei <[email protected]> | 2024-06-13 11:08:03 +0800 |
|---|---|---|
| committer | fumingwei <[email protected]> | 2024-06-13 11:08:03 +0800 |
| commit | ec3fabe4c52affb9809d92e73265e7e4a2ef73cd (patch) | |
| tree | f05e433da71218e79304e9b4804cd02661399191 | |
| parent | 1dd046923281272b094c8ea9501038e98daf8f2c (diff) | |
bugfix: compile error.v21.09.01support-large-client-hello-package
| -rw-r--r-- | entry/include/kni_entry.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/entry/include/kni_entry.h b/entry/include/kni_entry.h index df656c5..36192ce 100644 --- a/entry/include/kni_entry.h +++ b/entry/include/kni_entry.h @@ -7,7 +7,7 @@ #include <tsg/tsg_statistic.h> #include "tfe_mgr.h" #include <tsg/tsg_label.h> -#include "tsg/ssl.h" +#include "MESA/ssl.h" #include "MESA/stream_inc/stream_rawpkt.h" #define BURST_MAX 1 |
