Removed AES user type and reformatted more code.

This commit is contained in:
Brendan Mc
2015-04-28 16:24:58 -07:00
parent 64de12d368
commit c3c0e2182b
3 changed files with 39 additions and 118 deletions
-2
View File
@@ -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")