mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-06 18:29:50 +09:00
Fix openssl header inclusion
caused cbc_encrypt to be redefined by an openssl macro
This commit is contained in:
@@ -37,10 +37,9 @@
|
||||
#endif
|
||||
|
||||
#include "libssh/priv.h"
|
||||
#include "libssh/crypto.h"
|
||||
#include "libssh/session.h"
|
||||
#include "libssh/wrapper.h"
|
||||
|
||||
#include "libssh/crypto.h"
|
||||
uint32_t packet_decrypt_len(ssh_session session, char *crypted){
|
||||
uint32_t decrypted;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user