From a0b8fa4957ba43564f903d5cee098cfef1f942d6 Mon Sep 17 00:00:00 2001 From: Ying Li Date: Thu, 29 Oct 2015 15:17:08 -0700 Subject: [PATCH] Rename unlocked_crypto_service files Signed-off-by: Ying Li --- cryptoservice/{unlocked_crypto_service.go => certificate.go} | 0 .../{unlocked_crypto_service_test.go => certificate_test.go} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename cryptoservice/{unlocked_crypto_service.go => certificate.go} (100%) rename cryptoservice/{unlocked_crypto_service_test.go => certificate_test.go} (100%) diff --git a/cryptoservice/unlocked_crypto_service.go b/cryptoservice/certificate.go similarity index 100% rename from cryptoservice/unlocked_crypto_service.go rename to cryptoservice/certificate.go diff --git a/cryptoservice/unlocked_crypto_service_test.go b/cryptoservice/certificate_test.go similarity index 100% rename from cryptoservice/unlocked_crypto_service_test.go rename to cryptoservice/certificate_test.go