commit | 764efb771d7872889c4ee2d9cc788bda70e36072 | [log] [tgz] |
---|---|---|
author | Jiri Simsa <jsimsa@google.com> | Thu Dec 25 20:57:03 2014 -0800 |
committer | Jiri Simsa <jsimsa@google.com> | Thu Dec 25 20:57:34 2014 -0800 |
tree | ce71d7c786c9913a86c4d06e95547613bee5c3ba | |
parent | c0a286547c8044ccae17bce33c3dc57fad943b65 [diff] [blame] |
Reorganization of VANADIUM_ROOT relative paths.
diff --git a/security/util.go b/security/util.go index 3a17b05..0ba2fbd 100644 --- a/security/util.go +++ b/security/util.go
@@ -12,8 +12,8 @@ "io" "io/ioutil" - "v.io/veyron/veyron2/security" - "v.io/veyron/veyron2/vom" + "v.io/core/veyron2/security" + "v.io/core/veyron2/vom" ) const ecPrivateKeyPEMType = "EC PRIVATE KEY"