aboutsummaryrefslogtreecommitdiff
path: root/rfc4251_gmp.C
diff options
context:
space:
mode:
authorTimo Weingärtner <timo@tiwe.de>2015-08-28 19:12:58 +0200
committerTimo Weingärtner <timo@tiwe.de>2015-08-28 19:27:48 +0200
commit774ff2757de2a32c57046cbdc8425c6c22759035 (patch)
tree2237daf46ad600e8439bedd8f4eb60fbcffaa038 /rfc4251_gmp.C
parentd9ffc789b1c7e781acbdd8310aef871dc3a41c13 (diff)
downloadssh-agent-filter-774ff2757de2a32c57046cbdc8425c6c22759035.tar.gz
rename C++ header to .H
Diffstat (limited to 'rfc4251_gmp.C')
-rw-r--r--rfc4251_gmp.C2
1 files changed, 1 insertions, 1 deletions
diff --git a/rfc4251_gmp.C b/rfc4251_gmp.C
index d3a664e..db46429 100644
--- a/rfc4251_gmp.C
+++ b/rfc4251_gmp.C
@@ -21,7 +21,7 @@
* along with ssh-agent-filter. If not, see <http://www.gnu.org/licenses/>.
*/
-#include "rfc4251.h"
+#include "rfc4251.H"
rfc4251string::rfc4251string (mpz_srcptr x) {
if (mpz_sgn(x) == 0)