aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/hlr/auc.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/osmocom/hlr/auc.h')
-rw-r--r--include/osmocom/hlr/auc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/osmocom/hlr/auc.h b/include/osmocom/hlr/auc.h
index f5b6765..1d86398 100644
--- a/include/osmocom/hlr/auc.h
+++ b/include/osmocom/hlr/auc.h
@@ -3,6 +3,6 @@
#include <osmocom/crypt/auth.h>
int auc_compute_vectors(struct osmo_auth_vector *vec, unsigned int num_vec,
- struct osmo_sub_auth_data *aud2g,
- struct osmo_sub_auth_data *aud3g,
+ struct osmo_sub_auth_data2 *aud2g,
+ struct osmo_sub_auth_data2 *aud3g,
const uint8_t *rand_auts, const uint8_t *auts);