diff options
Diffstat (limited to 'vendor/gopkg.in/mgo.v2/internal')
-rw-r--r-- | vendor/gopkg.in/mgo.v2/internal/sasl/sspi_windows.c | 2 | ||||
-rw-r--r-- | vendor/gopkg.in/mgo.v2/internal/sasl/sspi_windows.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/vendor/gopkg.in/mgo.v2/internal/sasl/sspi_windows.c b/vendor/gopkg.in/mgo.v2/internal/sasl/sspi_windows.c index 9acdc523d..63f9a6f86 100644 --- a/vendor/gopkg.in/mgo.v2/internal/sasl/sspi_windows.c +++ b/vendor/gopkg.in/mgo.v2/internal/sasl/sspi_windows.c @@ -1,5 +1,5 @@ // Code adapted from the NodeJS kerberos library: -// +// // https://github.com/christkv/kerberos/tree/master/lib/win32/kerberos_sspi.c // // Under the terms of the Apache License, Version 2.0: diff --git a/vendor/gopkg.in/mgo.v2/internal/sasl/sspi_windows.h b/vendor/gopkg.in/mgo.v2/internal/sasl/sspi_windows.h index dda2a5050..d28327031 100644 --- a/vendor/gopkg.in/mgo.v2/internal/sasl/sspi_windows.h +++ b/vendor/gopkg.in/mgo.v2/internal/sasl/sspi_windows.h @@ -1,5 +1,5 @@ // Code adapted from the NodeJS kerberos library: -// +// // https://github.com/christkv/kerberos/tree/master/lib/win32/kerberos_sspi.h // // Under the terms of the Apache License, Version 2.0: |