mirror of
https://github.com/vanhauser-thc/thc-hydra.git
synced 2025-08-20 13:23:57 -07:00
Adding support to check for freerdp2 and freerdp3
Adding logic to check for freerdp2 first and if not the rdp module will check for freerdp3 to support the rdp module
This commit is contained in:
parent
b0c1a9d1de
commit
bc6e8aec41
3 changed files with 92 additions and 11 deletions
|
@ -10,7 +10,7 @@
|
|||
#include "hydra-mod.h"
|
||||
|
||||
extern char *HYDRA_EXIT;
|
||||
#ifndef LIBFREERDP3
|
||||
#if !defined(LIBFREERDP2) || (LIBFREERDP3)
|
||||
void dummy_rdp() { printf("\n"); }
|
||||
#else
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue