diff options
author | Timo Weingärtner <timo@tiwe.de> | 2015-08-28 19:12:58 +0200 |
---|---|---|
committer | Timo Weingärtner <timo@tiwe.de> | 2015-08-28 19:27:48 +0200 |
commit | 774ff2757de2a32c57046cbdc8425c6c22759035 (patch) | |
tree | 2237daf46ad600e8439bedd8f4eb60fbcffaa038 /ssh-agent-filter.C | |
parent | d9ffc789b1c7e781acbdd8310aef871dc3a41c13 (diff) | |
download | ssh-agent-filter-774ff2757de2a32c57046cbdc8425c6c22759035.tar.gz |
rename C++ header to .H
Diffstat (limited to 'ssh-agent-filter.C')
-rw-r--r-- | ssh-agent-filter.C | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ssh-agent-filter.C b/ssh-agent-filter.C index faa31f9..2b6df6f 100644 --- a/ssh-agent-filter.C +++ b/ssh-agent-filter.C @@ -83,7 +83,7 @@ using std::lock_guard; #include <nettle/base64.h> #include <nettle/base16.h> -#include "rfc4251.h" +#include "rfc4251.H" #include "ssh-agent.h" #include "version.h" |