dist: add src/agent.h

Fixes #597
Closes #599
This commit is contained in:
Daniel Stenberg 2021-05-15 17:57:03 +02:00
parent 36fcd543d9
commit 8adbab3f6c
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -4,4 +4,4 @@ CSOURCES = channel.c comp.c crypt.c hostkey.c kex.c mac.c misc.c \
blowfish.c bcrypt_pbkdf.c agent_win.c
HHEADERS = libssh2_priv.h $(CRYPTO_HHEADERS) transport.h channel.h comp.h \
mac.h misc.h packet.h userauth.h session.h sftp.h crypto.h blf.h
mac.h misc.h packet.h userauth.h session.h sftp.h crypto.h blf.h agent.h