Continue the effort to rename API entry points so that all functions, structs, and defines begin with srtp_.
diff --git a/test/srtp_driver.c b/test/srtp_driver.c
index 00e9e1a..ce80ee0 100644
--- a/test/srtp_driver.c
+++ b/test/srtp_driver.c
@@ -1834,9 +1834,9 @@
 
 #include "ekt.h"
 
-ekt_policy_ctx_t ekt_test_policy = {
+srtp_ekt_policy_ctx_t ekt_test_policy = {
   0xa5a5,                   /* SPI */
-  EKT_CIPHER_AES_128_ECB,
+  SRTP_EKT_CIPHER_AES_128_ECB,
   ekt_test_key,
   NULL
 };