bgpwtf/cccampix: fix da build

Change-Id: Id890b0f4c7a7bd7d961d2105b388b1b0b14f9015
changes/14/14/1
Serge Bazanski 2019-08-11 23:51:19 +02:00
parent 1fad2e5c6e
commit 49bf87f8e1
1 changed files with 1 additions and 0 deletions

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);
}