bgpwtf/cccampix: fix da build

Change-Id: Id890b0f4c7a7bd7d961d2105b388b1b0b14f9015
This commit is contained in:
Serge Bazanski 2019-08-11 23:51:19 +02:00
parent 1fad2e5c6e
commit 49bf87f8e1

View file

@ -191,3 +191,4 @@ service PGPEncryptor {
// Encrypt encrypts a given data blob with a given key from public keyserver infrastructure.
// If key doesn't exist, error (NotFound).
rpc Encrypt(stream EncryptRequest) returns (stream EncryptResponse);
}