Commit 6f65c6ba authored by Lionel Gauthier's avatar Lionel Gauthier

git-svn-id: http://svn.eurecom.fr/openair4G/trunk@5303 818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent 1358e668
......@@ -30,7 +30,7 @@ int stream_encrypt_eea0(stream_cipher_t *stream_cipher, uint8_t **out)
byte_length = (stream_cipher->blength + 7) >> 3;
if (*out == NULL) {
/* User provided output buffer */
/* User did not provide output buffer */
data = malloc(byte_length);
*out = data;
} else {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment