Skip to content
This repository has been archived by the owner on Apr 13, 2019. It is now read-only.

Commit

Permalink
Update records.md
Browse files Browse the repository at this point in the history
  • Loading branch information
erayd committed May 27, 2015
1 parent cbd6785 commit 6d06c35
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion chapters/records.md
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,8 @@ unsigned char *buf = ec_record_data(r);
```

###ec_record_buf()
`unsigned char *ec_record_buf(ec_cert_t *c, char *section, char *key, size_t length, uint16_t flags);`
`unsigned char *ec_record_buf(ec_cert_t *c, char *section, char *key, size_t length,`
`uint16_t flags);`

Quickly get or create a record-backed buffer of at least `length` bytes. Returns NULL on error.

Expand Down

0 comments on commit 6d06c35

Please sign in to comment.