فهرست منبع

comment update

Jonathan Turner 9 سال پیش
والد
کامیت
f62ca44c30
1فایلهای تغییر یافته به همراه2 افزوده شده و 4 حذف شده
  1. 2 4
      config/krb5conf.go

+ 2 - 4
config/krb5conf.go

@@ -27,10 +27,8 @@ type Config struct {
 	//Plugins
 	//Plugins
 }
 }
 
 
-const (
-	// List of encryption types that have been deemed weak.
-	WEAK_ETYPE_LIST = "des-cbc-crc des-cbc-md4 des-cbc-md5 des-cbc-raw des3-cbc-raw des-hmac-sha1 arcfour-hmac-exp rc4-hmac-exp arcfour-hmac-md5-exp des"
-)
+// List of encryption types that have been deemed weak.
+const WEAK_ETYPE_LIST = "des-cbc-crc des-cbc-md4 des-cbc-md5 des-cbc-raw des3-cbc-raw des-hmac-sha1 arcfour-hmac-exp rc4-hmac-exp arcfour-hmac-md5-exp des"
 
 
 // Create a new config struct.
 // Create a new config struct.
 func NewConfig() *Config {
 func NewConfig() *Config {