openssl now working under linux

This commit is contained in:
2022-01-10 14:39:19 -05:00
parent 7d13a52740
commit c47e13691d
6 changed files with 286 additions and 77 deletions

View File

@@ -1,7 +1,7 @@
#ifndef DRIVER_HPP
#define DRIVER_HPP
#include "drivenengine.hpp"
class DrivenEngine;
void driver_drive(DrivenEngine *de, int argc, char *argv[]);