mirror of
https://github.com/cloudflare/redoctober.git
synced 2026-09-20 14:34:14 +00:00
Removed AES user type and reformatted more code.
This commit is contained in:
@@ -92,8 +92,6 @@ func encryptKey(nameInner, nameOuter string, clearKey []byte, pubKeys map[string
|
||||
err = errors.New("Missing user in file")
|
||||
return
|
||||
}
|
||||
case passvault.AESRecord:
|
||||
break
|
||||
|
||||
default:
|
||||
return out, errors.New("Unknown record type inner")
|
||||
|
||||
Reference in New Issue
Block a user