aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ssh/src/ssh_file.erl
diff options
context:
space:
mode:
authorGustav Simonsson <[email protected]>2012-02-14 14:54:21 +0100
committerGustav Simonsson <[email protected]>2012-02-14 14:54:21 +0100
commit42550aa765f0336aaa103f059491d2f6a7df3a51 (patch)
tree0066a14db58e3e7cbefc7119704d4c441eb4e432 /lib/ssh/src/ssh_file.erl
parent798a9c96a4966384bc6fe5b9f56ac760ff6a3461 (diff)
parent871e450ebff145c06ae4fef0889f5310d0fb46b4 (diff)
downloadotp-42550aa765f0336aaa103f059491d2f6a7df3a51.tar.gz
otp-42550aa765f0336aaa103f059491d2f6a7df3a51.tar.bz2
otp-42550aa765f0336aaa103f059491d2f6a7df3a51.zip
Merge branch 'gustav/ssh/ssh-key-callback-specs' into maint
* gustav/ssh/ssh-key-callback-specs: Add behaviour (api) module with callback specs
Diffstat (limited to 'lib/ssh/src/ssh_file.erl')
-rw-r--r--lib/ssh/src/ssh_file.erl2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/ssh/src/ssh_file.erl b/lib/ssh/src/ssh_file.erl
index 97ebf77e82..8569051bee 100644
--- a/lib/ssh/src/ssh_file.erl
+++ b/lib/ssh/src/ssh_file.erl
@@ -23,6 +23,8 @@
-module(ssh_file).
+-behaviour(ssh_key_api).
+
-include_lib("public_key/include/public_key.hrl").
-include_lib("kernel/include/file.hrl").