diff options
Diffstat (limited to 'src/nshd/hackers_git/db_pam.go')
-rw-r--r-- | src/nshd/hackers_git/db_pam.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nshd/hackers_git/db_pam.go b/src/nshd/hackers_git/db_pam.go index e21ba63..2ef8d9a 100644 --- a/src/nshd/hackers_git/db_pam.go +++ b/src/nshd/hackers_git/db_pam.go @@ -23,8 +23,8 @@ package hackers_git import ( "crypto/rand" - "math/big" p "lukeshu.com/git/go/libnslcd.git/proto" + "math/big" s "syscall" ) |